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:
petethegoat@gmail.com
2012-02-18 20:35:57 +00:00
parent f36295e16e
commit bf458c6f36
4 changed files with 218 additions and 4921 deletions
+3 -3
View File
@@ -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