Added cult girders (sprites by Ausops).

Cult walls can now be reduced to said girders.

Artificers can now create cult floors with a new 

Added the damaged cult floor sprites by Ausops.



git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3466 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-04-16 06:11:41 +00:00
parent d1d0fd5e4f
commit 0e62a55fd5
6 changed files with 68 additions and 3 deletions

View File

@@ -239,11 +239,21 @@
/obj/effect/proc_holder/spell/aoe_turf/conjure/construct/lesser
charge_max = 1800
/obj/effect/proc_holder/spell/aoe_turf/conjure/floor
name = "Floor Construction"
desc = "This spell constructs a cult floor"
school = "conjuration"
charge_max = 20
clothes_req = 0
invocation = "none"
invocation_type = "none"
range = 0
summon_type = list("/turf/simulated/floor/engine/cult")
/obj/effect/proc_holder/spell/aoe_turf/conjure/wall
name = "Leser Construction"
desc = "This spell constructs a normal metal wall"
desc = "This spell constructs a cult wall"
school = "conjuration"
charge_max = 100
@@ -251,7 +261,7 @@
invocation = "none"
invocation_type = "none"
range = 0
summon_type = list("/turf/simulated/wall")
summon_type = list("/turf/simulated/wall/cult")
/obj/effect/proc_holder/spell/aoe_turf/conjure/wall/reinforced
name = "Greater Construction"