Boomerang go brrrr

This commit is contained in:
DGamerL
2024-06-15 01:37:16 +02:00
parent e1ae3cddb7
commit 703b45c628
2 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
/datum/uplink_item/jobspecific/trick_grenade
name = "Trick Grenade"
desc = "Syndicate Minibomb with glue ejectors that will stick it to the user's hands on activation."
desc = "Syndicate Minibomb made from a bananium-boomerangium alloy. Flies back into your hands after throwing for easy reusing!"
reference = "CGN"
item = /obj/item/storage/box/syndie_kit/fake_minibomb
cost = 5
@@ -13,17 +13,9 @@
/obj/item/grenade/syndieminibomb/fake
/obj/item/grenade/syndieminibomb/fake/examine(mob/user)
. = ..()
if(HAS_TRAIT(user, TRAIT_CLUMSY))
. += "<span class='sans'>There are small glue ejectors all over the bomb.</span>"
/obj/item/grenade/syndieminibomb/fake/attack_self(mob/user)
if(!active)
flags |= NODROP
to_chat(user, "<span class='userdanger'>As you activate the bomb, it emits a substance that sticks to your hand! It won't come off!</span>")
to_chat(user, "<span class='sans'>Uh oh.</span>")
/obj/item/grenade/syndieminibomb/fake/Initialize(mapload)
. = ..()
AddComponent(/datum/component/boomerang, throw_range, TRUE)
/obj/item/grenade/syndieminibomb/pen
name = "pen"