mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
-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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user