mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Resprites and Animates gang-tool (Door Remotes) (#30278)
* sprites and code one fell swoop * nukie reinforcement spawner sprite * recolor for design team
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
|
||||
/obj/item/door_remote/captain
|
||||
name = "command door remote"
|
||||
icon_state = "gangtool-yellow"
|
||||
icon_state = "gangtool-blue"
|
||||
region_access = list(REGION_COMMAND)
|
||||
|
||||
/obj/item/door_remote/chief_engineer
|
||||
@@ -164,16 +164,16 @@
|
||||
|
||||
/obj/item/door_remote/quartermaster
|
||||
name = "supply door remote"
|
||||
icon_state = "gangtool-green"
|
||||
icon_state = "gangtool-brown"
|
||||
region_access = list(REGION_SUPPLY)
|
||||
|
||||
/obj/item/door_remote/chief_medical_officer
|
||||
name = "medical door remote"
|
||||
icon_state = "gangtool-blue"
|
||||
region_access = list(REGION_MEDBAY)
|
||||
|
||||
/obj/item/door_remote/civillian
|
||||
name = "civilian door remote"
|
||||
icon_state = "gangtool-green"
|
||||
region_access = list(REGION_GENERAL)
|
||||
additional_access = list(ACCESS_HOP)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user