Revert "Prevents limb regeneration when changing species (#19945)" (#20102)

This reverts commit 4b255c16e4.
This commit is contained in:
S34N
2023-01-06 21:23:09 +01:00
committed by GitHub
parent 6a5fa87fea
commit d1e30b9854
8 changed files with 21 additions and 61 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/mob/living/carbon/human/proc/monkeyize()
var/mob/H = src
H.dna.SetSEState(GLOB.monkeyblock, 1)
H.dna.SetSEState(GLOB.monkeyblock,1)
singlemutcheck(H, GLOB.monkeyblock, MUTCHK_FORCED)
/mob/new_player/AIize()