Toy Daggers!

This commit is contained in:
ShiggyDiggyDo
2018-02-07 08:05:11 +01:00
committed by CitadelStationBot
parent 52ed449741
commit 991922b323
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -46,7 +46,13 @@
/obj/item/toy/eightball = 2,
/obj/item/toy/windupToolbox = 2,
/obj/item/toy/clockwork_watch = 2,
<<<<<<< HEAD
/obj/item/extendohand/acme = 1)
=======
/obj/item/toy/toy_dagger = 2,
/obj/item/extendohand/acme = 1,
/obj/item/hot_potato/harmless/toy = 1)
>>>>>>> ed01b8c... Toy Daggers! (#35352)
light_color = LIGHT_COLOR_GREEN
+17
View File
@@ -21,6 +21,7 @@
* Kitty toys!
* Snowballs
* Clockwork Watches
* Toy Daggers
*/
@@ -1075,6 +1076,22 @@
..()
to_chat(user, "<span class='info'>Station Time: [worldtime2text()]")
/*
* Toy Dagger
*/
/obj/item/toy/toy_dagger
name = "toy dagger"
desc = "A cheap plastic replica of a dagger. Produced by THE ARM Toys, Inc."
icon = 'icons/obj/wizard.dmi'
icon_state = "render"
item_state = "cultdagger"
lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi'
inhand_x_dimension = 32
inhand_y_dimension = 32
w_class = WEIGHT_CLASS_SMALL
/*
* Xenomorph action figure
*/