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:
Ahzpy
2025-09-27 08:45:28 +00:00
committed by GitHub
parent 659aae3562
commit efe7cd98c9
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -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)