NEW SPRITES!

make flying give immunity to chasms
This commit is contained in:
Shadowlight213
2016-05-09 23:00:59 -07:00
parent 6191cf0add
commit fbeeaeae14
5 changed files with 25 additions and 2 deletions
+2
View File
@@ -580,6 +580,8 @@
visible_message("[H] falls into [src]!")
J.chasm_react(H)
return
if(H.dna.species && (FLYING in H.dna.species.specflags))
return
drop(AM)