Merge pull request #9598 from deathride58/runtimefixpass

various runtime fixes - plasmaman tongues no longer have a maxHealth of "alien" and more
This commit is contained in:
kevinz000
2019-10-29 21:41:11 -07:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -829,7 +829,7 @@ Proc for attack log creation, because really why not
return filters[filter_data.Find(name)]
/atom/movable/proc/remove_filter(name)
if(filter_data[name])
if(filter_data && filter_data[name])
filter_data -= name
update_filters()
return TRUE