-Fixed a typo that caused arcade machines to runtime 1/11 times

-Made water balloon have a lower case name for logical BYOND parsing

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3102 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2012-02-11 18:30:22 +00:00
parent d6e9a32346
commit 5c53c4e7b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -392,7 +392,7 @@
return
/obj/item/toy/balloon
name = "Water Balloon"
name = "water balloon"
desc = "A translucent balloon. There's nothing in it."
icon = 'toy.dmi'
icon_state = "waterballoon-e"
+1 -1
View File
@@ -162,7 +162,7 @@
if(9)
new /obj/item/toy/spinningtoy(src.loc)
if(10)
new /obj/item/toy/balloon(src/loc)
new /obj/item/toy/balloon(src.loc)
else
var/atom/movable/Prize = pick(contents)
Prize.loc = src.loc