mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
fix for contaminants not processing if air is OK otherwise
also a small fix for VV Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
@@ -215,7 +215,7 @@ var/list/forbidden_varedit_object_types = list(
|
||||
var/list/choices = list("text","num","type","reference","mob reference", "icon","file","list","edit referenced object","restore to default")
|
||||
if(src.holder && src.holder.marked_datum)
|
||||
choices += "marked datum ([holder.marked_datum.type])"
|
||||
if(!isnull(default) && default != "num" && !isnull(L[variable]))
|
||||
if(!isnull(default) && default != "num")
|
||||
choices += "edit associated variable"
|
||||
choices += "DELETE FROM LIST"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user