mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
- 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user