mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
[MIRROR] aligns certain binary atmos device map sprites + extra layer prefabs (#27027)
* aligns certain binary atmos device map sprites + extra layer prefabs (#82172) ## About The Pull Request  this looks bad undoes that ## Why It's Good For The Game it looks better Fixes https://github.com/tgstation/tgstation/issues/82058 ## Changelog not player facing * aligns certain binary atmos device map sprites + extra layer prefabs --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com>
This commit is contained in:
@@ -140,3 +140,13 @@
|
||||
else
|
||||
to_chat(user, span_notice("You set the [src]'s sensors to the default settings."))
|
||||
return TRUE
|
||||
|
||||
//mapping
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_gate/layer2
|
||||
piping_layer = 2
|
||||
icon_state = "tgate_map-2"
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_gate/layer4
|
||||
piping_layer = 4
|
||||
icon_state = "tgate_map-4"
|
||||
|
||||
@@ -106,3 +106,25 @@
|
||||
heat_transfer_rate = clamp(rate, 0, max_heat_transfer_rate)
|
||||
investigate_log("was set to [heat_transfer_rate]% by [key_name(usr)]", INVESTIGATE_ATMOS)
|
||||
update_appearance()
|
||||
|
||||
//mapping
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_pump/layer2
|
||||
icon_state = "tpump_map-2"
|
||||
piping_layer = 2
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_pump/layer4
|
||||
icon_state = "tpump_map-4"
|
||||
piping_layer = 4
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_pump/on
|
||||
on = TRUE
|
||||
icon_state = "tpump_on_map-3"
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_pump/on/layer2
|
||||
icon_state = "tpump_on_map-2"
|
||||
piping_layer = 2
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/temperature_pump/on/layer4
|
||||
icon_state = "tpump_on_map-4"
|
||||
piping_layer = 4
|
||||
|
||||
@@ -174,11 +174,11 @@
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/volume_pump/on/layer2
|
||||
piping_layer = 2
|
||||
icon_state = "volpump_map-2"
|
||||
icon_state = "volpump_on_map-2"
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/volume_pump/on/layer4
|
||||
piping_layer = 4
|
||||
icon_state = "volpump_map-4"
|
||||
icon_state = "volpump_on_map-4"
|
||||
|
||||
/obj/item/circuit_component/atmos_volume_pump
|
||||
display_name = "Atmospheric Volume Pump"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 61 KiB |
Reference in New Issue
Block a user