Skip to content

Commit

Permalink
remove should_call_parent, since we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Nov 13, 2023
1 parent b7e6c8e commit e27379a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modular_ss220/_signals220/code/signals_obj.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/obj/obj_destruction(damage_flag)
SHOULD_CALL_PARENT(TRUE)
SEND_SIGNAL(src, COMSIG_OBJ_DESTRUCTION, damage_flag)
. = ..()

0 comments on commit e27379a

Please sign in to comment.