mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Atmos update tweaks
- Updated pump and volume pump icons - Reverted air scrubber icon - Fixed passive gate icon - Updated pipe_item sprites - Fixed an oversight in the pipe color check - Cleaned up the map
This commit is contained in:
committed by
Mloc-Hibernia
parent
e05b5c0bfb
commit
fb6c928c4d
@@ -14,7 +14,7 @@ Thus, the two variables affect pump operation are set in New():
|
||||
|
||||
/obj/machinery/atmospherics/binary/pump
|
||||
icon = 'icons/atmos/pump.dmi'
|
||||
icon_state = "map"
|
||||
icon_state = "map_off"
|
||||
level = 1
|
||||
|
||||
name = "Gas pump"
|
||||
@@ -34,6 +34,7 @@ Thus, the two variables affect pump operation are set in New():
|
||||
target_pressure = 15000000
|
||||
|
||||
/obj/machinery/atmospherics/binary/pump/on
|
||||
icon_state = "map_on"
|
||||
on = 1
|
||||
|
||||
/obj/machinery/atmospherics/binary/pump/update_icon()
|
||||
|
||||
@@ -14,7 +14,7 @@ Thus, the two variables affect pump operation are set in New():
|
||||
|
||||
/obj/machinery/atmospherics/binary/volume_pump
|
||||
icon = 'icons/atmos/volume_pump.dmi'
|
||||
icon_state = "map"
|
||||
icon_state = "map_off"
|
||||
level = 1
|
||||
|
||||
name = "Volumetric gas pump"
|
||||
@@ -29,6 +29,7 @@ Thus, the two variables affect pump operation are set in New():
|
||||
|
||||
/obj/machinery/atmospherics/binary/volume_pump/on
|
||||
on = 1
|
||||
icon_state = "map_on"
|
||||
|
||||
/obj/machinery/atmospherics/binary/volume_pump/update_icon()
|
||||
if(!powered())
|
||||
|
||||
Reference in New Issue
Block a user