mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Fixes uncalled parent (#31180)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
wetlevel = min(wetlevel + 1,5)
|
||||
|
||||
/mob/living/carbon/attack_hand(mob/living/carbon/human/user)
|
||||
. = ..()
|
||||
if(!iscarbon(user))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user