Fix duplicate proc arguments (#80709)

this is important for getting /tg/station to compile in opendream,
because they raise an error on duplicate arguments
This commit is contained in:
distributivgesetz
2024-01-02 14:37:48 -07:00
committed by GitHub
parent 9676600ccf
commit 13fa8d883f
2 changed files with 2 additions and 2 deletions
@@ -130,7 +130,7 @@
RegisterSignal(part.owner, COMSIG_LIVING_DEATH, PROC_REF(owner_died))
RegisterSignal(part.owner, COMSIG_LIVING_ELECTROCUTE_ACT, PROC_REF(owner_shocked)) //detach if we are shocked, not beneficial for the host but hey its a sideeffect
/mob/living/basic/living_limb_flesh/proc/owner_shocked(datum/source, shock_damage, source, siemens_coeff, flags)
/mob/living/basic/living_limb_flesh/proc/owner_shocked(datum/source, shock_damage, shock_source, siemens_coeff, flags)
SIGNAL_HANDLER
if(shock_damage < 10)
return