mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Makes them spawn randomly in the arcade machines
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
/obj/item/toy/flash = 2,
|
||||
/obj/item/toy/minigibber = 2,
|
||||
/obj/item/toy/toy_xeno = 2,
|
||||
/obj/random/figure = 16
|
||||
)
|
||||
|
||||
/obj/machinery/computer/arcade/power_change()
|
||||
|
||||
@@ -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?"
|
||||
|
||||
Reference in New Issue
Block a user