mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Defines some traits and cleans it out a little (#3873)
* Defines some traits and cleans it out a little * Update stunbaton.dm Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
John Willard
Gandalf2k15
parent
2fe94d7263
commit
9268949ce0
@@ -237,9 +237,9 @@
|
||||
to_chat(user, "<span class='warning'>You feel your life being drained by the pendant...</span>")
|
||||
if(do_after(user, 40, target = user))
|
||||
to_chat(user, "<span class='notice'>Your lifeforce is now linked to the pendant! You feel like removing it would kill you, and yet you instinctively know that until then, you won't die.</span>")
|
||||
ADD_TRAIT(user, TRAIT_NODEATH, "memento_mori")
|
||||
ADD_TRAIT(user, TRAIT_NOHARDCRIT, "memento_mori")
|
||||
ADD_TRAIT(user, TRAIT_NOCRITDAMAGE, "memento_mori")
|
||||
ADD_TRAIT(user, TRAIT_NODEATH, CLOTHING_TRAIT)
|
||||
ADD_TRAIT(user, TRAIT_NOHARDCRIT, CLOTHING_TRAIT)
|
||||
ADD_TRAIT(user, TRAIT_NOCRITDAMAGE, CLOTHING_TRAIT)
|
||||
icon_state = "memento_mori_active"
|
||||
active_owner = user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user