mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user