mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Monkey Head-revs can now properly convert people, you can now convert player-monkeys (#40856)
This commit is contained in:
committed by
yogstation13-bot
parent
b504678ffb
commit
8046fbf4e9
@@ -177,8 +177,8 @@
|
||||
return
|
||||
AOE_flash()
|
||||
|
||||
/obj/item/assembly/flash/proc/terrible_conversion_proc(mob/living/carbon/human/H, mob/user)
|
||||
if(istype(H) && ishuman(user) && H.stat != DEAD)
|
||||
/obj/item/assembly/flash/proc/terrible_conversion_proc(mob/living/carbon/H, mob/user)
|
||||
if(istype(H) && H.stat != DEAD)
|
||||
if(user.mind)
|
||||
var/datum/antagonist/rev/head/converter = user.mind.has_antag_datum(/datum/antagonist/rev/head)
|
||||
if(!converter)
|
||||
|
||||
Reference in New Issue
Block a user