Big Ol' Balloon Bombardment (#10734)

This was totally worth it.
This commit is contained in:
Wowzewow (Wezzy)
2020-12-10 11:54:34 +08:00
committed by GitHub
parent 4caa4a60b8
commit 758c05cc83
17 changed files with 278 additions and 92 deletions

View File

@@ -57,12 +57,13 @@
if(51 to 52) // Uncommon, 2% each
new /obj/item/melee/classic_baton(src)
if(53 to 54)
new /obj/item/latexballon(src)
var/newitem = pick(typesof(/obj/item/toy/balloon) - /obj/item/toy/balloon)
new newitem(src)
if(55 to 56)
var/newitem = pick(typesof(/obj/item/toy/prize) - /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/rig/eva(src)
if(61 to 62)