mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user