Tweaks Syndicate Donk Pockets

This commit is contained in:
Fox-McCloud
2016-02-06 23:25:01 -05:00
parent 8da50ee74b
commit 1f569053cc
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -165,6 +165,10 @@
addiction_threshold = 10
metabolization_rate = 0.6
/datum/reagent/methamphetamine/meth2 //for donk pockets
id = "methamphetamine2"
addiction_threshold = 20
/datum/reagent/methamphetamine/on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom
var/high_message = pick("You feel hyper.", "You feel like you need to go faster.", "You feel like you can run the world.")
@@ -834,7 +834,7 @@
reagents.add_reagent("synaptizine", 15)
reagents.add_reagent("salglu_solution", 15)
reagents.add_reagent("salbutamol", 15)
reagents.add_reagent("methamphetamine", 15)
reagents.add_reagent("methamphetamine2", 15)
/obj/item/weapon/reagent_containers/food/snacks/brainburger
name = "brainburger"