Antag Panel / Check antagonists Refactor
This commit is contained in:
committed by
CitadelStationBot
parent
c6f227fc18
commit
3dc89ba058
@@ -99,7 +99,7 @@
|
||||
if (!istype(cult_mind))
|
||||
return 0
|
||||
|
||||
var/datum/antagonist/cult/new_cultist = new(cult_mind)
|
||||
var/datum/antagonist/cult/new_cultist = new()
|
||||
new_cultist.give_equipment = equip
|
||||
|
||||
if(cult_mind.add_antag_datum(new_cultist))
|
||||
|
||||
@@ -338,6 +338,7 @@
|
||||
return ..()
|
||||
|
||||
/datum/action/innate/cult/master/pulse/Destroy()
|
||||
PM.attached_action = null //What the fuck is even going on here.
|
||||
QDEL_NULL(PM)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user