mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Removed water balloons from the arcade, on Urist-chan's orders~
Updated oldstation and uterus to use the new chair paths. Removed tgstation.3.0.0.dmm, as the main mappers have no intentions to complete it. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3149 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
emagged = 0
|
||||
|
||||
else if(!contents.len)
|
||||
var/prizeselect = pick(1,2,3,4,5,6,7,8,9,10)
|
||||
var/prizeselect = pick(1,2,3,4,5,6,7,8,9)
|
||||
switch(prizeselect)
|
||||
if(1)
|
||||
new /obj/item/toy/snappopbox(src.loc)
|
||||
@@ -161,8 +161,8 @@
|
||||
new /obj/item/weapon/storage/crayonbox(src.loc)
|
||||
if(9)
|
||||
new /obj/item/toy/spinningtoy(src.loc)
|
||||
if(10)
|
||||
new /obj/item/toy/balloon(src.loc)
|
||||
// if(10) //Commented out on Urist-chan's orders~
|
||||
// new /obj/item/toy/balloon(src.loc) //Until it gets a better sprite~
|
||||
else
|
||||
var/atom/movable/Prize = pick(contents)
|
||||
Prize.loc = src.loc
|
||||
|
||||
Reference in New Issue
Block a user