Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit cb12e74

Browse files
Update tank.dm
1 parent 422661c commit cb12e74

File tree

1 file changed

+1
-1
lines changed
  • code/modules/atmospherics/machinery/components/unary_devices

1 file changed

+1
-1
lines changed

code/modules/atmospherics/machinery/components/unary_devices/tank.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
var/initial_config = greyscale_config
8989
var/list/allowed_configs = list("[/datum/greyscale_config/pressure_tank]")
9090
if(isnull(initial_config))
91-
return FALSE
91+
return
9292

9393
var/datum/greyscale_modify_menu/menu = new(
9494
src, usr, allowed_configs, CALLBACK(src, PROC_REF(recolor)),

0 commit comments

Comments
 (0)