Cult floors and walls.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3399 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-04-03 10:01:23 +00:00
parent c598980c07
commit 0246848123
2 changed files with 18 additions and 0 deletions

View File

@@ -116,6 +116,12 @@
var/walltype = "wall"
/turf/simulated/wall/cult
name = "wall"
desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick"
walltype = "cult"
/turf/simulated/shuttle
name = "shuttle"
icon = 'shuttle.dmi'

View File

@@ -288,6 +288,13 @@
new /obj/item/stack/sheet/metal( src )
new /obj/item/stack/sheet/metal( src )
new /obj/item/stack/sheet/plasteel( src )
else if(istype(src,/turf/simulated/wall/cult))
if(!devastated)
playsound(src.loc, 'Welder.ogg', 100, 1)
new /obj/effect/decal/remains/human(src)
else
new /obj/effect/decal/remains/human(src)
else
if(!devastated)
playsound(src.loc, 'Welder.ogg', 100, 1)
@@ -769,6 +776,11 @@ var/list/plating_icons = list("plating","platingdmg1","platingdmg2","platingdmg3
thermal_conductivity = 0.025
heat_capacity = 325000
/turf/simulated/floor/engine/cult
name = "engraved floor"
icon_state = "cult"
/turf/simulated/floor/engine/n20
New()
..()