mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
even more local defines (#16033)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
/obj/machinery/atmospherics/unary/freezer/tgui_act(action, params)
|
||||
if(..())
|
||||
return TRUE
|
||||
|
||||
|
||||
. = TRUE
|
||||
switch(action)
|
||||
if("toggleStatus")
|
||||
@@ -173,3 +173,5 @@
|
||||
. = ..()
|
||||
if(panel_open)
|
||||
. += "The maintenance hatch is open."
|
||||
|
||||
#undef FREEZER_PERF_MULT
|
||||
|
||||
@@ -160,3 +160,5 @@
|
||||
. = ..()
|
||||
if(panel_open)
|
||||
. += "The maintenance hatch is open."
|
||||
|
||||
#undef HEATER_PERF_MULT
|
||||
|
||||
Reference in New Issue
Block a user