Merge pull request #3373 from Citadel-Station-13/upstream-merge-31645

[MIRROR] Cleans up explosives at syndie base
This commit is contained in:
LetterJay
2017-10-14 10:20:27 -04:00
committed by GitHub
3 changed files with 7 additions and 5 deletions
@@ -12,8 +12,7 @@
/turf/closed/wall/mineral/plastitanium,
/area/ruin/powered/syndicate_lava_base)
"ae" = (
/obj/item/bombcore/large/underwall,
/turf/closed/wall/mineral/plastitanium,
/turf/closed/wall/mineral/plastitanium/explosive,
/area/ruin/powered/syndicate_lava_base)
"af" = (
/obj/structure/closet/secure_closet/bar{
-3
View File
@@ -379,9 +379,6 @@
range_light = 20
range_flame = 20
/obj/item/bombcore/large/underwall
layer = ABOVE_OPEN_TURF_LAYER
/obj/item/bombcore/miniature
name = "small bomb core"
w_class = WEIGHT_CLASS_SMALL
@@ -258,6 +258,12 @@
icon_state = "map-overspace"
fixed_underlay = list("space"=1)
/turf/closed/wall/mineral/plastitanium/explosive/dismantle_wall(devastated, explode)
var/obj/item/bombcore/large/bombcore = new(get_turf(src))
if(devastated || explode)
bombcore.detonate()
..()
//have to copypaste this code
/turf/closed/wall/mineral/plastitanium/interior/copyTurf(turf/T)
if(T.type != type)