mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fixes a runtime in mind traits and makes IS_HOLY work versus vampires (#23200)
* Fixes mind trait runtime * DGamerL suggested changes Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Contrabang suggested changes * Contra suggestions and improvements --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
if(V?.get_ability(/datum/vampire_passive/full))
|
||||
return TRUE
|
||||
//Holy characters are resistant to vampire powers
|
||||
if(HAS_MIND_TRAIT(user, TRAIT_HOLY))
|
||||
if(HAS_MIND_TRAIT(src, TRAIT_HOLY))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user