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
@@ -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