This commit is contained in:
SandPoot
2024-08-25 04:38:03 -03:00
parent 98877f529c
commit dc08550162
30 changed files with 870 additions and 172 deletions
+2 -2
View File
@@ -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)