mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Bump dreamchecker version to 1.4 (#8711)
This commit is contained in:
@@ -421,7 +421,7 @@ var/list/VVdynamic_lock = list(
|
||||
var/var_value
|
||||
|
||||
if(param_var_name)
|
||||
if(!param_var_name in O.vars)
|
||||
if(!(param_var_name in O.vars))
|
||||
to_chat(src, "A variable with this name ([param_var_name]) doesn't exist in this atom ([O])")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user