mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixes the nanofibre suit.
The nanofibre suit stops cycling through its modes once it reaches the final mode. Fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user