mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
whoops
This commit is contained in:
@@ -64,6 +64,9 @@
|
|||||||
to_chat(src, "<span class='notice'>You fly upwards.</span>")
|
to_chat(src, "<span class='notice'>You fly upwards.</span>")
|
||||||
else
|
else
|
||||||
to_chat(src, "<span class='warning'>You stopped flying upwards.</span>")
|
to_chat(src, "<span class='warning'>You stopped flying upwards.</span>")
|
||||||
|
return 0
|
||||||
|
else
|
||||||
|
to_chat(src, "<span class='warning'>Gravity stops you from moving upward.</span>")
|
||||||
return 0 //VOREStation Edit End.
|
return 0 //VOREStation Edit End.
|
||||||
else
|
else
|
||||||
to_chat(src, "<span class='warning'>Gravity stops you from moving upward.</span>")
|
to_chat(src, "<span class='warning'>Gravity stops you from moving upward.</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user