mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
FINALLY made the captain's PDA not start out with messaging disabled,
and also fixed Scientist's closets, probably. Added a missing window in the map.
This commit is contained in:
4
code/game/objects/closets/secure/research.dm
Normal file → Executable file
4
code/game/objects/closets/secure/research.dm
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/rd
|
||||
name = "Research Director's Locker"
|
||||
req_access = list(access_cmo)
|
||||
req_access = list(access_rd)
|
||||
|
||||
New()
|
||||
..()
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/scientist
|
||||
name = "Scientist's Locker"
|
||||
req_access = list(access_cmo)
|
||||
req_access = list(access_research)
|
||||
|
||||
New()
|
||||
..()
|
||||
|
||||
1
code/game/objects/devices/PDA/PDA.dm
Normal file → Executable file
1
code/game/objects/devices/PDA/PDA.dm
Normal file → Executable file
@@ -104,7 +104,6 @@
|
||||
/obj/item/device/pda/captain
|
||||
default_cartridge = /obj/item/weapon/cartridge/captain
|
||||
icon_state = "pda-c"
|
||||
toff = 1
|
||||
|
||||
/obj/item/device/pda/quartermaster
|
||||
default_cartridge = /obj/item/weapon/cartridge/quartermaster
|
||||
|
||||
16599
maps/tgstation.2.0.8.dmm
16599
maps/tgstation.2.0.8.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user