various runtime fixes - plasman tounges no longer have a maxhealth value of "alien", simplemobs no longer runtime when shot, removing filters from something that lacks filters now works

This commit is contained in:
deathride58
2019-10-24 02:52:40 -04:00
parent 7011533bb7
commit 0ae8953da9
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