From 7b5fc6d7214e14f4ac9bf7f74dbe41dbafc54d99 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sat, 14 Nov 2020 04:29:40 -0700 Subject: [PATCH] Add files via upload --- code/game/objects/items/toys_ch.dm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/game/objects/items/toys_ch.dm diff --git a/code/game/objects/items/toys_ch.dm b/code/game/objects/items/toys_ch.dm new file mode 100644 index 0000000000..869c4cb180 --- /dev/null +++ b/code/game/objects/items/toys_ch.dm @@ -0,0 +1,6 @@ +/obj/item/toy/figure/bounty_hunter + name = "Space bounty hunter action figure" + desc = "A \"Space Life\" brand bounty hunter action figure." + icon = 'icons/obj/toy_ch.dmi' + icon_state = "hunter" + toysay = "The last greytide is in captivity. The station is at peace." \ No newline at end of file