mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Turns isholy into a trait and adds a trait mind helper (#23107)
* Converts isHoly into a trait * Moves holy from body to mind * Uncurses the source of curses * Updates source to roundstart trait * Contrabang fixes * Forgot one * Add trait mind helper * Request changed Dgamerr/Contra * Fixes issue * Nullchecks minds
This commit is contained in:
@@ -175,7 +175,7 @@ GLOBAL_DATUM_INIT(multispin_words, /regex, regex("like a record baby"))
|
||||
|
||||
if(owner.mind)
|
||||
//Holy characters are very good at speaking with the voice of god
|
||||
if(owner.mind.isholy)
|
||||
if(HAS_MIND_TRAIT(owner, TRAIT_HOLY))
|
||||
power_multiplier *= 2
|
||||
//Command staff has authority
|
||||
if(owner.mind.assigned_role in GLOB.command_positions)
|
||||
|
||||
Reference in New Issue
Block a user