mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Merge pull request #13836 from KorPhaeron/mounted_chainsaws
Fixes mounted chainsaw deletion
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
desc = "A chainsaw that has replaced your arm."
|
||||
icon_state = "chainsaw_on"
|
||||
item_state = "mounted_chainsaw"
|
||||
flags = ABSTRACT | NODROP
|
||||
flags = NODROP
|
||||
w_class = 5.0
|
||||
force = 21
|
||||
throwforce = 0
|
||||
@@ -288,6 +288,10 @@
|
||||
attack_verb = list("sawed", "torn", "cut", "chopped", "diced")
|
||||
hitsound = "sound/weapons/chainsawhit.ogg"
|
||||
|
||||
/obj/item/weapon/mounted_chainsaw/dropped()
|
||||
new /obj/item/weapon/twohanded/required/chainsaw(get_turf(src))
|
||||
qdel(src)
|
||||
|
||||
/obj/item/weapon/tailclub
|
||||
name = "tail club"
|
||||
desc = "For the beating to death of lizards with their own tails."
|
||||
@@ -303,4 +307,4 @@
|
||||
desc = "A whip fashioned from the severed tails of lizards."
|
||||
icon_state = "tailwhip"
|
||||
origin_tech = "combat=1"
|
||||
needs_permit = 0
|
||||
needs_permit = 0
|
||||
|
||||
Reference in New Issue
Block a user