-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:
giacomand@gmail.com
2012-10-24 16:46:27 +00:00
parent 28a04fbb9d
commit ca59c9fde9

View File

@@ -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."