Antag Panel / Check antagonists Refactor

This commit is contained in:
AnturK
2018-01-19 08:43:49 -06:00
committed by CitadelStationBot
parent c6f227fc18
commit 3dc89ba058
63 changed files with 1224 additions and 1427 deletions
+1 -1
View File
@@ -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))
+1
View File
@@ -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 ..()