mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
#821 Incorrect plaque tile gas values
This corrects the commemorative Goon plaque at the Arrivals Shuttle. It previously had the values of gas set low and an approximation of what the values should be. The temperature was also extremely low. This pull sets the values to the default of the other floor tiles. Arrivals will become cold randomly, but not every round. The epicenter of this coldness is the plaque (thanks to dumpdavid for helping us figure it out). It is a map edited floor tile, it is the exact same as every other tile except it has its values edited on the map. I am not sure if this will fix arrivals getting cold, but the values of the tile are an anomaly and should be reverted to the default values. Map-merger died. Had to merge by hand. Code by Zelacks
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
icon_state = "wood"
|
||||
floor_tile = new/obj/item/stack/tile/wood
|
||||
|
||||
/turf/simulated/floor/goonplaque
|
||||
name = "Commemorative Plaque"
|
||||
icon_state = "plaque"
|
||||
desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."
|
||||
|
||||
/turf/simulated/floor/vault
|
||||
icon_state = "rockvault"
|
||||
|
||||
|
||||
@@ -1695,7 +1695,7 @@
|
||||
"aGE" = (/turf/simulated/floor/carpet,/area/hallway/secondary/entry)
|
||||
"aGF" = (/obj/structure/stool/bed/chair/comfy/beige{dir = 8},/turf/simulated/floor{icon_state = "grimy"},/area/hallway/secondary/entry)
|
||||
"aGG" = (/obj/machinery/vending/coffee,/turf/simulated/floor{icon_state = "dark"},/area/hallway/secondary/entry)
|
||||
"aGH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/simulated/floor{desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; dir = 4; icon_state = "plaque"; name = "Comemmorative Plaque"; nitrogen = 30; oxygen = 70; temperature = 80},/area/hallway/secondary/entry)
|
||||
"aGH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/simulated/floor/goonplaque,/area/hallway/secondary/entry)
|
||||
"aGI" = (/obj/machinery/door/firedoor/border_only{dir = 4; name = "Firelock East"},/turf/simulated/floor,/area/hallway/secondary/entry)
|
||||
"aGJ" = (/obj/machinery/door/firedoor/border_only{dir = 8; name = "Firelock West"},/turf/simulated/floor,/area/hallway/primary/port)
|
||||
"aGK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=CHW"; location = "Lockers"},/turf/simulated/floor,/area/hallway/primary/port)
|
||||
|
||||
Reference in New Issue
Block a user