mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 06:06:34 +01:00
Balloon Expansion (Inflation?)
This commit is contained in:
@@ -56,12 +56,12 @@
|
||||
if(51 to 52) // Uncommon, 2% each
|
||||
new/obj/item/melee/classic_baton(src)
|
||||
if(53 to 54)
|
||||
new/obj/item/latexballon(src)
|
||||
new/obj/item/toy/balloon/random(src)
|
||||
if(55 to 56)
|
||||
var/newitem = pick(typesof(/obj/item/toy/mecha) - /obj/item/toy/mecha)
|
||||
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/rig(src)
|
||||
if(61 to 62)
|
||||
|
||||
Reference in New Issue
Block a user