mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #8840 from VOREStation/upstream-merge-7541
[MIRROR] Prevent acid glands from melting non-simulated turfs
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