compile
This commit is contained in:
@@ -29,12 +29,11 @@
|
||||
if(!..())
|
||||
return
|
||||
to_chat(host_mob, "<span class='notice'>You feel a sudden surge of energy!</span>")
|
||||
host_mob.SetStun(0)
|
||||
host_mob.SetKnockdown(0)
|
||||
host_mob.SetUnconscious(0)
|
||||
host_mob.SetAllImmobility(0, FALSE)
|
||||
host_mob.SetUnconscious(0, FALSE)
|
||||
host_mob.adjustStaminaLoss(-10) //stimulants give stamina heal now
|
||||
host_mob.lying = 0
|
||||
host_mob.update_canmove()
|
||||
host_mob.set_resting(FALSE, TRUE, FALSE)
|
||||
host_mob.update_mobility()
|
||||
host_mob.reagents.add_reagent("stimulants", 1.5)
|
||||
|
||||
/datum/nanite_program/hardening
|
||||
|
||||
Reference in New Issue
Block a user