mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Datumizes Abductors (#27726)
* oops * *fucking rips abductors to shreds* * shitcode begone * sure why not * and its ready! * forgot this * funnyman review
This commit is contained in:
@@ -672,7 +672,7 @@ GLOBAL_VAR_INIT(disable_explosions, FALSE)
|
||||
antag_list += "Wizard"
|
||||
if(IS_CHANGELING(M))
|
||||
antag_list += "Changeling"
|
||||
if(M.mind in SSticker.mode.abductors)
|
||||
if(M.mind.has_antag_datum(/datum/antagonist/abductor))
|
||||
antag_list += "Abductor"
|
||||
if(M.mind.has_antag_datum(/datum/antagonist/vampire))
|
||||
antag_list += "Vampire"
|
||||
|
||||
Reference in New Issue
Block a user