git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9260 c06c8d41-db1a-0410-9941-cceddc491573
TPQPFPC3AZVMTVG6YS3G7NGSNNBGYY2NYTB36WZJNIGHHMWBABXAC
Y4WR4EIOFFXHRQI2PJAZWD4MVL6A7MNBHLN4KOV6BIKGGA7FXQTQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (mgrd(place) != NON_MONSTER || grd(place) < DNGN_FLOOR)
// Don't drop on anything but vanilla floor right now. if (mgrd(place) != NON_MONSTER || grd(place) != DNGN_FLOOR)
// Don't drop on anything but vanilla floor right now.
if (mgrd(place) != NON_MONSTER || grd(place) != DNGN_FLOOR)