mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 14:46:52 +01:00
Prevent acid glands from melting non-simulated turfs (#7541)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user