mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixes #236
Fixes genetic side effect monkeys being turned human, and some of the dna2 procs that weren't working properly because of some bad defines
This commit is contained in:
@@ -58,7 +58,9 @@
|
||||
|
||||
finish(mob/living/carbon/human/H)
|
||||
if(!H.reagents.has_reagent("anti_toxin"))
|
||||
H.monkeyize()
|
||||
// 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, )
|
||||
|
||||
/datum/genetics/side_effect/confuse
|
||||
name = "Confuse"
|
||||
|
||||
Reference in New Issue
Block a user