mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
-Hotfix: Can only acid simulated turf, as an Alien.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4950 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -102,7 +102,7 @@ I kind of like the right click only--the window version can get a little confusi
|
||||
src << "\green You cannot dissolve this object."
|
||||
return
|
||||
// TURF CHECK
|
||||
else if(isturf(O))
|
||||
else if(istype(O, /turf/simulated))
|
||||
var/turf/T = O
|
||||
if(istype(T, /turf/simulated/wall/r_wall))
|
||||
src << "\green You cannot dissolve this object."
|
||||
|
||||
Reference in New Issue
Block a user