mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Traumas are copied when a person is cloned (#41852)
* Traumas are copied when a person is cloned 🆑 coiax add: When a person is cloned, any mental traumas are cloned as well. /🆑 If the cloner is going to recreate your delicate personality, it's going to have to recreate anything wrong with your brain as well. After all, where does one greytider's legitimate fear of security end, and another one's irrational fear begin? Essentially, traumas could be easily gotten rid of by cloning, or death would rob a person of a rare positive trauma. Now you're stuck with them until you get rid of them. * Suggested changes
This commit is contained in:
@@ -244,6 +244,7 @@
|
||||
if(paranoia)
|
||||
QDEL_NULL(paranoia)
|
||||
paranoia = new()
|
||||
paranoia.clonable = FALSE
|
||||
|
||||
user.gain_trauma(paranoia, TRAUMA_RESILIENCE_MAGIC)
|
||||
to_chat(user, "<span class='warning'>As you don the foiled hat, an entire world of conspiracy theories and seemingly insane ideas suddenly rush into your mind. What you once thought unbelievable suddenly seems.. undeniable. Everything is connected and nothing happens just by accident. You know too much and now they're out to get you. </span>")
|
||||
|
||||
Reference in New Issue
Block a user