From 12f2b767ab8bf345b0f87cc7bff2513fe7daaa10 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Fri, 19 Jul 2019 21:23:07 +0200 Subject: [PATCH] removes stamina-free spammability. --- code/game/objects/items/clown_items.dm | 1 - code/game/objects/items/weaponry.dm | 2 -- 2 files changed, 3 deletions(-) diff --git a/code/game/objects/items/clown_items.dm b/code/game/objects/items/clown_items.dm index 0b71396d07..1d302b409e 100644 --- a/code/game/objects/items/clown_items.dm +++ b/code/game/objects/items/clown_items.dm @@ -111,7 +111,6 @@ throw_speed = 3 throw_range = 7 attack_verb = list("HONKED") - total_mass = 0 /obj/item/bikehorn/Initialize() . = ..() diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 85af9b181f..560731edfd 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -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))