i probably should resolve conflicts with desktop

This commit is contained in:
DragonTrance
2021-04-20 01:18:01 -07:00
parent 20e2c2fcea
commit 42f4fe1721
2 changed files with 9 additions and 8 deletions
+5 -4
View File
@@ -869,10 +869,11 @@ 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])
filter_data -= name
update_filters()
return TRUE
if(filter_data)
if(filter_data[name])
filter_data -= name
update_filters()
return TRUE
/atom/proc/intercept_zImpact(atom/movable/AM, levels = 1)
. |= SEND_SIGNAL(src, COMSIG_ATOM_INTERCEPT_Z_FALL, AM, levels)