TG Ports and datum cult screwups 2

I may have missed something
This commit is contained in:
Aurorablade
2016-05-11 20:15:36 -04:00
parent 02120dd03c
commit f99a8141c5
37 changed files with 2208 additions and 2073 deletions
@@ -139,6 +139,26 @@ obj/structure/door_assembly/multi_tile/Move()
bound_width = world.icon_size
bound_height = width * world.icon_size
/obj/structure/door_assembly/door_assembly_cult
name = "cult airlock assembly"
icon = 'icons/obj/doors/cult_runed.dmi'
typetext = "cult"
icontext = "cult"
airlock_type = /obj/machinery/door/airlock/cult
anchored = 1
state = 1
/obj/structure/door_assembly/door_assembly_cult/glass
mineral = "glass"
material = "glass"
/obj/structure/door_assembly/door_assembly_cult/unruned
icon = 'icons/obj/doors/cult.dmi'
/obj/structure/door_assembly/door_assembly_cult/unruned/glass
mineral = "glass"
material = "glass"
/obj/structure/door_assembly/attackby(obj/item/W as obj, mob/user as mob, params)
+5
View File
@@ -187,6 +187,11 @@
if(prob(40))
qdel(src)
/obj/structure/girder/narsie_act()
if(prob(25))
new /obj/structure/cultgirder(loc)
qdel(src)
/obj/structure/girder/bullet_act(var/obj/item/projectile/Proj)
if(istype(Proj, /obj/item/projectile/beam))
health -= Proj.damage
+3
View File
@@ -76,6 +76,9 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f
/obj/structure/window/blob_act()
destroy()
/obj/structure/window/narsie_act()
color = "#7D1919"
/obj/structure/window/singularity_pull(S, current_size)
if(current_size >= STAGE_FIVE)
destroy()