Fixes the nanofibre suit.

The nanofibre suit stops cycling through its modes once it reaches the
final mode.
Fixed.
This commit is contained in:
Kluys
2016-01-16 22:28:22 +01:00
parent ad023ae93f
commit a73420673b
+2 -2
View File
@@ -157,10 +157,10 @@
if("Kluysfluff1")
src.icon_state = "Kluysfluff2"
usr << "The fibre unfolds into a jacket."
else if("Kluysfluff2")
if("Kluysfluff2")
src.icon_state = "Kluysfluff3"
usr << "The fibre unfolds into a coat."
else if("Kluysfluff3")
if("Kluysfluff3")
src.icon_state = "Kluysfluff1"
usr << "The fibre gets sucked back into its holder."
else