From 9bd1433bbe257a128137a587461d7030c430b356 Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:38:21 +0200 Subject: [PATCH] Adds a child item to the telebaton identical stats for the future but different looks. --- code/game/objects/items/melee/misc.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/game/objects/items/melee/misc.dm b/code/game/objects/items/melee/misc.dm index 5b243a51a3..0c41441567 100644 --- a/code/game/objects/items/melee/misc.dm +++ b/code/game/objects/items/melee/misc.dm @@ -453,6 +453,18 @@ playsound(src.loc, on_sound, 50, 1) add_fingerprint(user) +/obj/item/melee/classic_baton/telescopic/newspaper + name = "The Daily Whiplash" + desc = "A newspaper wrapped around a telescopic baton in such a way that it looks like you're beating people with a rolled up newspaper." + icon = 'icons/obj/bureaucracy.dmi' + icon_state = "newspaper" + lefthand_file = 'icons/mob/inhands/misc/books_lefthand.dmi' + righthand_file = 'icons/mob/inhands/misc/books_righthand.dmi' + on_sound = 'sound/weapons/batonextend.ogg' + on_icon_state = "newspaper2" + off_icon_state = "newspaper" + on_item_state = "newspaper" + /obj/item/melee/classic_baton/telescopic/contractor_baton name = "contractor baton" desc = "A compact, specialised baton assigned to Syndicate contractors. Applies light electrical shocks to targets."