From 2b178a86b006024b7a58ce70e10f6d2ea12cccbf Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sat, 14 Nov 2020 22:24:25 -0700 Subject: [PATCH] hhhhhhhhhh --- code/game/objects/items/toys/toys_ch.dm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/game/objects/items/toys/toys_ch.dm diff --git a/code/game/objects/items/toys/toys_ch.dm b/code/game/objects/items/toys/toys_ch.dm new file mode 100644 index 0000000000..869c4cb180 --- /dev/null +++ b/code/game/objects/items/toys/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