Add new chemicals (#5168)

Adds new drugs:
-Red Nightshade: a drug that induce a berserk-like status, you see only red, can smash windows, stuns go away slower and etc
-Paxazide: a medicine that induces pacifism on the target, like the mutation
-Spectrocybin: a hallucinogenic that has a small chance of giving a glipse of the other hidden to mere mortals, can be found in a mushroom variety

Adds a new secret chem:
-Bottled Lightning: causes a tesla zap when in contact with someone's blood or when splashed on the ground

Also removes some broken/unused plants.
This commit is contained in:
Alberyk
2018-08-30 20:09:08 +02:00
committed by Werner
parent ce28eb8f20
commit e950f6b5fd
24 changed files with 221 additions and 154 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
if(!user.IsAdvancedToolUser())
return 0
if(user.disabilities & PACIFIST)
if(user.is_pacified())
to_chat(user, "<span class='notice'>You don't want to risk harming anyone!</span>")
return 0