mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
Compilation.. fix and ensuring the Thunderdome isn't a dark pit.
This commit is contained in:
@@ -438,6 +438,7 @@ area/space/atmosalert()
|
|||||||
name = "\improper Thunderdome"
|
name = "\improper Thunderdome"
|
||||||
icon_state = "thunder"
|
icon_state = "thunder"
|
||||||
requires_power = 0
|
requires_power = 0
|
||||||
|
lighting_use_dynamic = 0
|
||||||
|
|
||||||
/area/tdome/tdome1
|
/area/tdome/tdome1
|
||||||
name = "\improper Thunderdome (Team 1)"
|
name = "\improper Thunderdome (Team 1)"
|
||||||
|
|||||||
@@ -335,6 +335,9 @@
|
|||||||
put_mob(usr)
|
put_mob(usr)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
/atom/proc/return_air_for_internal_lifeform()
|
||||||
|
return return_air()
|
||||||
|
|
||||||
/obj/machinery/atmospherics/unary/cryo_cell/return_air_for_internal_lifeform()
|
/obj/machinery/atmospherics/unary/cryo_cell/return_air_for_internal_lifeform()
|
||||||
//assume that the cryo cell has some kind of breath mask or something that
|
//assume that the cryo cell has some kind of breath mask or something that
|
||||||
//draws from the cryo tube's environment, instead of the cold internal air.
|
//draws from the cryo tube's environment, instead of the cold internal air.
|
||||||
|
|||||||
Reference in New Issue
Block a user