Makes them spawn randomly in the arcade machines

This commit is contained in:
ZomgPonies
2015-11-23 21:55:20 -05:00
parent 01b8abb030
commit 0a318a445f
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -1448,6 +1448,17 @@ obj/item/toy/cards/deck/syndicate/black
* Action Figures
*/
/obj/random/figure
name = "Random Action Figure"
desc = "This is a random toy action figure"
icon = 'icons/obj/toy.dmi'
icon_state = "nuketoy"
/obj/random/figure/item_to_spawn()
return pick(subtypesof(/obj/item/toy/figure))
/obj/item/toy/figure
name = "Non-Specific Action Figure action figure"
desc = "A \"Space Life\" brand... wait, what the hell is this thing?"