mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
gbye STUNS (#21447)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
user.SetWeakened(0)
|
||||
user.setStaminaLoss(0)
|
||||
user.SetKnockDown(0)
|
||||
user.stand_up(TRUE)
|
||||
SEND_SIGNAL(user, COMSIG_LIVING_CLEAR_STUNS)
|
||||
user.reagents.add_reagent("synaptizine", 15)
|
||||
user.reagents.add_reagent("stimulative_cling", 1)
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
U.SetSleeping(0)
|
||||
U.SetConfused(0)
|
||||
U.adjustStaminaLoss(-100)
|
||||
U.stand_up(TRUE)
|
||||
SEND_SIGNAL(U, COMSIG_LIVING_CLEAR_STUNS)
|
||||
to_chat(user, "<span class='notice'>You instill your body with clean blood and remove any incapacitating effects.</span>")
|
||||
var/datum/antagonist/vampire/V = U.mind.has_antag_datum(/datum/antagonist/vampire)
|
||||
|
||||
Reference in New Issue
Block a user