mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Replaced Monkeyized() with working method
commented out old monkeyized() that was causing the ghosting problems and put a new one in that sends it through the safe method of monkeyizing. Tested with all currently used monkeyize() calls so won't break stuff
This commit is contained in:
@@ -58,9 +58,7 @@
|
||||
|
||||
finish(mob/living/carbon/human/H)
|
||||
if(!H.reagents.has_reagent("anti_toxin"))
|
||||
// H.monkeyize() This proc causes the player to be ghosted if their DNA is changed back. Needs fixing. Below is hotfix
|
||||
H.dna.SetSEState(MONKEYBLOCK,1)
|
||||
domutcheck(H, null, )
|
||||
H.monkeyize()
|
||||
|
||||
/datum/genetics/side_effect/confuse
|
||||
name = "Confuse"
|
||||
|
||||
Reference in New Issue
Block a user