push
This commit is contained in:
@@ -621,7 +621,7 @@
|
||||
/obj/item/storage/box/snappops
|
||||
name = "snap pop box"
|
||||
desc = "Eight wrappers of fun! Ages 8 and up. Not suitable for children."
|
||||
icon = 'icons/obj/toy.dmi'
|
||||
icon = 'icons/obj/toys/toy.dmi'
|
||||
icon_state = "spbox"
|
||||
illustration = null
|
||||
|
||||
@@ -870,7 +870,7 @@
|
||||
|
||||
/obj/item/storage/box/mechfigures/PopulateContents()
|
||||
for(var/i in 1 to 4)
|
||||
var/randomFigure = pick(subtypesof(/obj/item/toy/prize/))
|
||||
var/randomFigure = pick(subtypesof(/obj/item/toy/mecha))
|
||||
new randomFigure(src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user