This commit is contained in:
BlackMajor
2022-04-22 00:02:19 +12:00
parent 6de234b6de
commit 9b98230f95

View File

@@ -219,7 +219,7 @@
/mob/living/simple_mob/protean_blob/rad_act(severity)
if(humanform)
return humanform.ex_act(severity)
return humanform.rad_act(severity)
else
return ..()