Prevent acid glands from melting non-simulated turfs (#7541)

This commit is contained in:
Cyantime
2020-08-26 00:49:33 -07:00
committed by GitHub
parent 8c1ef13113
commit cd50f655b5
@@ -173,6 +173,8 @@
if(F.flooring && (F.flooring.flags & TURF_ACID_IMMUNE))
*/
cannot_melt = 1
else
cannot_melt = 1
if(cannot_melt)
to_chat(src, "<span class='alium'>You cannot dissolve this object.</span>")