- Added ladders with godawful sprites. Started work on elevators with, you guessed it, godawful sprites.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@408 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-11-11 16:48:38 +00:00
parent 84e0770858
commit b84b3c24f6
5 changed files with 118 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
if(istype(src,/turf/simulated/wall/r_wall))
src.icon_state = "rwall[junction]"
else
else if(istype(src,/turf/simulated/wall) || istype(src,/obj/falsewall))
src.icon_state = "wall[junction]"
/* When we have animations for different directions of falsewalls, then it'd be needed. Not now.