-Fix for missing jetpack inhands when they're toggled on

-Removed some unnecessary r-walls and added some more signs to secure areas

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4122 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-07-19 22:20:40 +00:00
parent b0761e3f9a
commit fb2cd3692b
2 changed files with 9072 additions and 9070 deletions
+2 -2
View File
@@ -42,11 +42,11 @@
on = !on
if(on)
icon_state = "[icon_state]-on"
item_state = "[item_state]-on"
// item_state = "[item_state]-on"
ion_trail.start()
else
icon_state = initial(icon_state)
item_state = initial(item_state)
// item_state = initial(item_state)
ion_trail.stop()
return
+9070 -9068
View File
File diff suppressed because it is too large Load Diff