mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user