Fixes bad buds and toxin healing

This commit is contained in:
Artur
2019-12-05 17:29:00 +02:00
parent af4eaf7f0f
commit 82d1497ddc
14 changed files with 142 additions and 220 deletions
+3
View File
@@ -4,4 +4,7 @@
var/datum/antagonist/rev/rev = mind.has_antag_datum(/datum/antagonist/rev)
if(rev)
rev.remove_revolutionary(TRUE)
var/datum/antagonist/bloodsucker/V = mind.has_antag_datum(/datum/antagonist/bloodsucker)
if(V)
mind.remove_antag_datum(V)
..()