removes stamina-free spammability.

This commit is contained in:
Ghommie
2019-07-19 21:23:07 +02:00
parent b87442e633
commit 12f2b767ab
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -111,7 +111,6 @@
throw_speed = 3
throw_range = 7
attack_verb = list("HONKED")
total_mass = 0
/obj/item/bikehorn/Initialize()
. = ..()
-2
View File
@@ -609,7 +609,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
throwforce = 0
item_flags = DROPDEL | ABSTRACT
attack_verb = list("bopped")
total_mass = 0
/obj/item/slapper
name = "slapper"
@@ -621,7 +620,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
item_flags = DROPDEL | ABSTRACT
attack_verb = list("slapped")
hitsound = 'sound/effects/snap.ogg'
total_mass = 0
/obj/item/slapper/attack(mob/M, mob/living/carbon/human/user)
if(ishuman(M))