mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
-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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user