mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Toy Update (#59754)
* code * sprite part 1 * sprites and mapping * wa * fix * warden figure fix * warden fix 2 * wahwah * Update code/game/objects/items/toys.dm * series Co-authored-by: tralezab <spamqetuo2@gmail.com>
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
if(53 to 54)
|
||||
new /obj/item/toy/balloon/corgi(src)
|
||||
if(55 to 56)
|
||||
var/newitem = pick(subtypesof(/obj/item/toy/prize))
|
||||
var/newitem = pick(subtypesof(/obj/item/toy/mecha))
|
||||
new newitem(src)
|
||||
if(57 to 58)
|
||||
new /obj/item/toy/balloon/syndicate(src)
|
||||
|
||||
Reference in New Issue
Block a user