Skip to content

Commit

Permalink
Merge pull request #3289 from Merek2/Merek
Browse files Browse the repository at this point in the history
No More Manifest
  • Loading branch information
Tk420634 authored Oct 5, 2023
2 parents ed40dbd + 2293149 commit ac89a14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/items/devices/PDA/PDA_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

/obj/item/pda/security
name = "security PDA"
default_cartridge = /obj/item/cartridge/security
//default_cartridge = /obj/item/cartridge/security
icon_state = "pda-security"
skindex = "Security PDA"

/obj/item/pda/detective
name = "detective PDA"
default_cartridge = /obj/item/cartridge/detective
//default_cartridge = /obj/item/cartridge/detective
icon_state = "pda-detective"
skindex = "Detective PDA"

Expand Down Expand Up @@ -71,7 +71,7 @@

/obj/item/pda/heads/hos
name = "head of security PDA"
default_cartridge = /obj/item/cartridge/hos
//default_cartridge = /obj/item/cartridge/hos
icon_state = "pda-hos"
skindex = "Head of Security PDA"

Expand Down

0 comments on commit ac89a14

Please sign in to comment.