Rebalanced sleepy pen, takes about 30 seconds to fall asleep, and 2 minutes total from stabbing to wear off. Fixes aliens, can no longer be pushed over by airflow, and all their powers work correctly. CentComm console has a 5 second cooldown now.

This commit is contained in:
Erthilo
2012-08-18 21:32:21 +01:00
parent d28385ca07
commit a93db06afb
7 changed files with 20 additions and 12 deletions
+3 -3
View File
@@ -255,10 +255,10 @@
return
/obj/item/weapon/pen/sleepypen/New()
var/datum/reagents/R = new/datum/reagents(60) //Used to be 300
var/datum/reagents/R = new/datum/reagents(18) //Used to be 300
reagents = R
R.my_atom = src
R.add_reagent("stoxin", 60)
R.add_reagent("stoxin", 18)
..()
return
@@ -267,7 +267,7 @@
return
..()
if(reagents.total_volume)
if(M.reagents) reagents.trans_to(M, 20) //used to be 150
if(M.reagents) reagents.trans_to(M, 6) //used to be 150, 6 gives around 2 minutes of knock out.
return
//NEW STYLE PARAPEN