This commit is contained in:
silicons
2020-07-25 17:34:12 -07:00
parent ac00d05a3f
commit 2a29f73ac8
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -375,6 +375,7 @@
var/wait_desc = get_wait_description()
if(wait_desc)
to_chat(user, wait_desc)
return DISCARD_LAST_ACTION
/obj/item/melee/classic_baton/telescopic
name = "telescopic baton"
+1
View File
@@ -162,6 +162,7 @@
return TRUE
if(turned_on)
if(baton_stun(M, user, disarming))
user.DelayNextAction()
user.do_attack_animation(M)
user.adjustStaminaLossBuffered(getweight(user, STAM_COST_BATON_MOB_MULT))
else if(user.a_intent != INTENT_HARM) //they'll try to bash in the last proc.
+2
View File
@@ -218,6 +218,8 @@
to_chat(user, "<span class='userdanger'>You need both hands free to fire \the [src]!</span>")
return
user.DelayNextAction()
//DUAL (or more!) WIELDING
var/bonus_spread = 0
var/loop_counter = 0