Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f7d5478

Browse files
committed
Update liver.dm
1 parent 85f314e commit f7d5478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/surgery/organs/liver.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/obj/item/organ/liver/Insert(mob/living/carbon/M, special, drop_if_replaced, special_zone)
2626
. = ..()
27-
RegisterSignal(M, COMSIG_CARBON_UPDATE_TOXINS, PROC_REF(update_toxin_cache))
27+
RegisterSignal(M, COMSIG_CARBON_UPDATE_TOXINS, PROC_REF(update_toxin_cache), override = TRUE)
2828

2929
/obj/item/organ/liver/Remove(mob/living/carbon/M, special)
3030
UnregisterSignal(M, COMSIG_CARBON_UPDATE_TOXINS)

0 commit comments

Comments
 (0)