Merge pull request #4276 from Citadel-Station-13/upstream-merge-33359
[MIRROR] Fixes air alarm gas thresholds being impossible to change
This commit is contained in:
@@ -356,6 +356,9 @@
|
||||
. = TRUE
|
||||
if("threshold")
|
||||
var/env = params["env"]
|
||||
if(text2path(env))
|
||||
env = text2path(env)
|
||||
|
||||
var/name = params["var"]
|
||||
var/datum/tlv/tlv = TLV[env]
|
||||
if(isnull(tlv))
|
||||
|
||||
Reference in New Issue
Block a user