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:
Mloc-Argent
2014-09-03 18:58:11 +01:00
parent 0b6b3d8e0e
commit 11ba197b30
2 changed files with 11 additions and 9 deletions

View File

@@ -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"