Merge pull request #11356 from Citadel-Station-13/kevinz000-patch-19
Nerfs ninja stungloves to match new batons
This commit is contained in:
@@ -37,8 +37,7 @@
|
||||
var/mindrain = 200
|
||||
var/maxdrain = 400
|
||||
|
||||
var/stunforce = 140 //Same as stunbaton, adjustable.
|
||||
|
||||
var/stunforce = 100
|
||||
|
||||
/obj/item/clothing/gloves/space_ninja/Touch(atom/A,proximity)
|
||||
if(!candrain || draining)
|
||||
|
||||
@@ -264,7 +264,6 @@ They *could* go in their appropriate files, but this is supposed to be modular
|
||||
electrocute_act(15, H)
|
||||
|
||||
DefaultCombatKnockdown(G.stunforce)
|
||||
adjustStaminaLoss(G.stunforce*0.1, affected_zone = (istype(H) ? H.zone_selected : BODY_ZONE_CHEST))
|
||||
apply_effect(EFFECT_STUTTER, G.stunforce)
|
||||
SEND_SIGNAL(src, COMSIG_LIVING_MINOR_SHOCK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user