mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Cult Girders are back to being proper.
This commit is contained in:
@@ -317,13 +317,20 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
/obj/structure/girder/cult
|
/obj/structure/girder/cult
|
||||||
|
name = "column"
|
||||||
icon= 'icons/obj/cult.dmi'
|
icon= 'icons/obj/cult.dmi'
|
||||||
icon_state= "cultgirder"
|
icon_state= "cultgirder"
|
||||||
health = 250
|
health = 250
|
||||||
cover = 70
|
cover = 70
|
||||||
girder_material = DEFAULT_WALL_MATERIAL
|
girder_material = "cult"
|
||||||
applies_material_colour = 0
|
applies_material_colour = 0
|
||||||
|
|
||||||
|
/obj/structure/girder/cult/update_icon()
|
||||||
|
if(anchored)
|
||||||
|
icon_state = "cultgirder"
|
||||||
|
else
|
||||||
|
icon_state = "displaced"
|
||||||
|
|
||||||
/obj/structure/girder/cult/dismantle()
|
/obj/structure/girder/cult/dismantle()
|
||||||
new /obj/effect/decal/remains/human(get_turf(src))
|
new /obj/effect/decal/remains/human(get_turf(src))
|
||||||
qdel(src)
|
qdel(src)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
/turf/simulated/wall/cult
|
/turf/simulated/wall/cult
|
||||||
icon_state = "cult"
|
icon_state = "cult"
|
||||||
/turf/simulated/wall/cult/New(var/newloc)
|
/turf/simulated/wall/cult/New(var/newloc)
|
||||||
..(newloc,"cult","cult2")
|
..(newloc,"cult","cult2","cult")
|
||||||
/turf/unsimulated/wall/cult
|
/turf/unsimulated/wall/cult
|
||||||
name = "cult wall"
|
name = "cult wall"
|
||||||
desc = "Hideous images dance beneath the surface."
|
desc = "Hideous images dance beneath the surface."
|
||||||
|
|||||||
@@ -863,7 +863,7 @@ var/list/name_to_material
|
|||||||
sheet_plural_name = "bricks"
|
sheet_plural_name = "bricks"
|
||||||
|
|
||||||
/material/cult/place_dismantled_girder(var/turf/target)
|
/material/cult/place_dismantled_girder(var/turf/target)
|
||||||
new /obj/structure/girder/cult(target)
|
new /obj/structure/girder/cult(target, "cult")
|
||||||
|
|
||||||
/material/cult/place_dismantled_product(var/turf/target)
|
/material/cult/place_dismantled_product(var/turf/target)
|
||||||
new /obj/effect/decal/cleanable/blood(target)
|
new /obj/effect/decal/cleanable/blood(target)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user