Merge pull request #840 from Citadel-Station-13/upstream-merge-26966

[MIRROR] Fixes being able to stand on chasms
This commit is contained in:
kevinz000
2017-05-07 19:07:59 -07:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -663,6 +663,9 @@
flight = FALSE
if(suit.shoes)
suit.shoes.toggle(FALSE)
if(isturf(wearer.loc))
var/turf/T = wearer.loc
T.Entered(src)
else
if(override_safe)
disable_flight(TRUE)
@@ -171,5 +171,8 @@
dna.species.mutant_bodyparts -= "wingsopen"
dna.species.mutant_bodyparts |= "wings"
update_body()
if(isturf(loc))
var/turf/T = loc
T.Entered(src)
//Ayy lmao