Buffs clown ops by removing their clumsiness and adding a new trait to be used in place of several clown role checks.

This commit is contained in:
Ghommie
2019-12-07 09:45:38 +01:00
parent 5c43a68b71
commit a82e0b9ee5
12 changed files with 21 additions and 10 deletions
@@ -649,7 +649,7 @@
if(mind)
if((mind.assigned_role == "Station Engineer") || (mind.assigned_role == "Chief Engineer") )
gain = 100
if(mind.assigned_role == "Clown")
if(HAS_TRAIT(mind, TRAIT_CLOWN_MENTALITY))
gain = rand(-300, 300)
investigate_log("([key_name(src)]) has been consumed by the singularity.", INVESTIGATE_SINGULO) //Oh that's where the clown ended up!
gib()