Back to the point of entry.

This commit is contained in:
Useroth
2019-04-28 06:21:03 +02:00
parent 41a8177f34
commit 56b2e7150c
5 changed files with 14 additions and 3 deletions
@@ -40,12 +40,16 @@
imp_in.SetUnconscious(0)
imp_in.adjustStaminaLoss(-150)
imp_in.stuttering = 0
imp_in.updatehealth()
imp_in.update_stamina()
imp_in.resting = 0
imp_in.lying = 0
imp_in.update_canmove()
imp_in.reagents.add_reagent("synaptizine", 10)
imp_in.reagents.add_reagent("omnizine", 10)
imp_in.reagents.add_reagent("stimulants", 10)
if(!uses)
qdel(src)