[READY] Tile Reskinning 2: Epic Winaloo (#58801)

extends the tile reskinning functionality to iron, bronze, plastitanium, carpet and pod floors
makes a bit of tile code better
moves some paths around, like elevator shafts being plating instead of floor
adds rotating as a tile reskinning function available on chapel or side floors for example

lets players customize any rooms they would want much more than it is possible now, allowing for more creativity
This commit is contained in:
Fikou
2021-05-01 11:20:45 +02:00
committed by GitHub
parent 264b6ceea6
commit c0f9d2e7e8
62 changed files with 920 additions and 596 deletions

View File

@@ -186,7 +186,7 @@ SUBSYSTEM_DEF(traumas)
)
phobia_turfs = list("space" = typecacheof(list(/turf/open/space, /turf/open/floor/holofloor/space, /turf/open/floor/fakespace)),
"the supernatural" = typecacheof(list(/turf/open/floor/iron/cult, /turf/closed/wall/mineral/cult)),
"the supernatural" = typecacheof(list(/turf/open/floor/cult, /turf/closed/wall/mineral/cult)),
"aliens" = typecacheof(list(/turf/open/floor/plating/abductor, /turf/open/floor/plating/abductor2,
/turf/open/floor/mineral/abductor, /turf/closed/wall/mineral/abductor
)),