ATTEMPT NUMBER 2 AT SEPARATING MODIFIED MAPS FROM TG MAPS

This commit is contained in:
deathride58
2018-01-17 23:51:54 -05:00
parent 3cc63f486b
commit 9e0f8384e5
40 changed files with 666972 additions and 6781 deletions
+2 -2
View File
@@ -322,12 +322,12 @@
defer_change = 1
/turf/closed/mineral/clown
/turf/closed/mineral/bananium
mineralType = /obj/item/ore/bananium
mineralAmt = 3
spreadChance = 0
spread = 0
scan_state = "rock_Clown"
scan_state = "rock_Bananium"
/turf/closed/mineral/bscrystal
@@ -34,13 +34,13 @@
explosion_block = 3
canSmoothWith = list(/turf/closed/wall/mineral/diamond, /obj/structure/falsewall/diamond)
/turf/closed/wall/mineral/clown
/turf/closed/wall/mineral/bananium
name = "bananium wall"
desc = "A wall with bananium plating. Honk!"
icon = 'icons/turf/walls/bananium_wall.dmi'
icon_state = "bananium"
sheet_type = /obj/item/stack/sheet/mineral/bananium
canSmoothWith = list(/turf/closed/wall/mineral/clown, /obj/structure/falsewall/clown)
canSmoothWith = list(/turf/closed/wall/mineral/bananium, /obj/structure/falsewall/bananium)
/turf/closed/wall/mineral/sandstone
name = "sandstone wall"
@@ -250,7 +250,7 @@
/turf/closed/wall/mineral/plastitanium/overspace
icon_state = "map-overspace"
fixed_underlay = list("space"=1)
/turf/closed/wall/mineral/plastitanium/explosive/ex_act(severity)
var/datum/explosion/acted_explosion = null
for(var/datum/explosion/E in GLOB.explosions)