Fixes some issues with balloons (#45554)

* Ok, this was just embarrassing

* uno

* dos

* tres

* cuatro

* wait, these vending machines are crazy similar...?
This commit is contained in:
tralezab
2019-07-29 18:51:41 -07:00
committed by Rob Bailey
parent d44b37f9b9
commit e94b6139cf
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
var/newitem = pick(subtypesof(/obj/item/toy/prize))
new newitem(src)
if(57 to 58)
new /obj/item/toy/syndicateballoon(src)
new /obj/item/toy/balloon/syndicate(src)
if(59 to 60)
new /obj/item/borg/upgrade/modkit/aoe/mobs(src)
new /obj/item/clothing/suit/space(src)