Port Bay's Catwalks

This commit is contained in:
Aronai Sieyes
2020-05-17 23:56:30 -04:00
committed by VirgoBot
parent 4279d94382
commit 6bf0112339
3 changed files with 61 additions and 0 deletions

View File

@@ -72,6 +72,7 @@
else
to_chat(src, "<span class='warning'>You gave up on pulling yourself up.</span>")
return 0
<<<<<<< HEAD
else if(ismob(src)) //VOREStation Edit Start. Are they a mob, and are they currently flying??
var/mob/H = src
if(H.flying)
@@ -91,6 +92,8 @@
else
to_chat(src, "<span class='warning'>Gravity stops you from moving upward.</span>")
return 0 //VOREStation Edit End.
=======
>>>>>>> c62de50... Port Bay's Catwalks (#7083)
else
to_chat(src, "<span class='warning'>Gravity stops you from moving upward.</span>")
return 0