mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Changes the is_changeling and is_mindslave procs into proper defines (#25212)
* Changes these procs into proper defines * Henri review
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
if(HAS_TRAIT(user, TRAIT_RESISTHEAT))
|
||||
to_chat(user, "<span class='warning'>You are already fireproof!</span>")
|
||||
return
|
||||
if(user.mind && (ischangeling(user) || user.mind.has_antag_datum(/datum/antagonist/vampire)) || (user.dna && user.dna.species.name != "Plasmaman"))
|
||||
if(user.mind && (IS_CHANGELING(user) || user.mind.has_antag_datum(/datum/antagonist/vampire)) || (user.dna && user.dna.species.name != "Plasmaman"))
|
||||
to_chat(user, "<span class='warning'>The injector is not compatable with your biology!</span>")
|
||||
return
|
||||
if(used)
|
||||
|
||||
Reference in New Issue
Block a user