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

* [READY] Tile Reskinning 2: Epic Winaloo

* AAA

Co-authored-by: Fikou <piotrbryla@onet.pl>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-05-01 15:25:42 +02:00
committed by GitHub
parent 4d99745384
commit 966873beb4
65 changed files with 935 additions and 594 deletions
@@ -20,9 +20,8 @@
for(var/j = lowBoundY,j<=hiBoundY,j++)
var/turf/T = locate(i,j,z)
if(i == lowBoundX || i == hiBoundX || j == lowBoundY || j == hiBoundY)
T.PlaceOnTop(/turf/closed/wall/vault)
T.PlaceOnTop(text2path("/turf/closed/wall/vault/[type]"))
else
T.PlaceOnTop(/turf/open/floor/vault)
T.icon_state = "[type]vault"
T.PlaceOnTop(text2path("/turf/open/floor/vault/[type]"))
qdel(src)