mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 12:02:24 +00:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user