mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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."
|
src << "\green You cannot dissolve this object."
|
||||||
return
|
return
|
||||||
// TURF CHECK
|
// TURF CHECK
|
||||||
else if(isturf(O))
|
else if(istype(O, /turf/simulated))
|
||||||
var/turf/T = O
|
var/turf/T = O
|
||||||
if(istype(T, /turf/simulated/wall/r_wall))
|
if(istype(T, /turf/simulated/wall/r_wall))
|
||||||
src << "\green You cannot dissolve this object."
|
src << "\green You cannot dissolve this object."
|
||||||
|
|||||||
Reference in New Issue
Block a user