mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Datumizes revolutionaries (#21762)
* holy shit, datumized revs! * changes to shuttle blocking system * boom, more shit * bonk more commits * convert most in boolean checks to hasantagdatum * oops, its supposed to be like this * updates this comment (im making too many commits) * more changes * aaaaa moooore changes * nukes some stuff, makes stuff GC better * rev victory conditions are checked always on death * more rev stuff * oops fucking forgot to push * i swear to god * lewcc review * i forgot this one small bit * lewc review * reviews * comment * s34n review
This commit is contained in:
@@ -643,9 +643,9 @@ GLOBAL_VAR_INIT(nologevent, 0)
|
||||
if(!SSticker.mode || !istype(M) || !M.mind)
|
||||
return FALSE
|
||||
|
||||
if(M.mind in SSticker.mode.head_revolutionaries)
|
||||
if(M.mind.has_antag_datum(/datum/antagonist/rev/head))
|
||||
antag_list += "Head Rev"
|
||||
if(M.mind in SSticker.mode.revolutionaries)
|
||||
if(M.mind.has_antag_datum(/datum/antagonist/rev, FALSE))
|
||||
antag_list += "Revolutionary"
|
||||
if(M.mind in SSticker.mode.cult)
|
||||
antag_list += "Cultist"
|
||||
|
||||
Reference in New Issue
Block a user