mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
fixes shit
This commit is contained in:
@@ -42,3 +42,16 @@
|
|||||||
spawn(5 SECONDS)
|
spawn(5 SECONDS)
|
||||||
icon_state = "floor"
|
icon_state = "floor"
|
||||||
set_light(0,0,"#ffffff")
|
set_light(0,0,"#ffffff")
|
||||||
|
|
||||||
|
|
||||||
|
/turf/simulated/floor/gorefloor
|
||||||
|
name = "infected tile"
|
||||||
|
desc = "Slick, sickly-squirming meat has grown in and out of cracks once empty. It pulsates intermittently, and with every beat, blood seeps out of pores."
|
||||||
|
icon_state = "bloodfloor_1"
|
||||||
|
icon = 'icons/goonstation/turf/meatland.dmi'
|
||||||
|
|
||||||
|
/turf/simulated/floor/gorefloor2
|
||||||
|
name = "putrid mass"
|
||||||
|
desc = "It is entirely made of sick, gurgling flesh. It is releasing a sickly odour."
|
||||||
|
icon_state = "bloodfloor_4"
|
||||||
|
icon = 'icons/goonstation/turf/meatland.dmi'
|
||||||
@@ -83,3 +83,21 @@ var/list/flesh_overlay_cache = list()
|
|||||||
icon = 'icons/turf/wall_masks_vr.dmi'
|
icon = 'icons/turf/wall_masks_vr.dmi'
|
||||||
/turf/simulated/wall/plastitanium/Initialize(mapload)
|
/turf/simulated/wall/plastitanium/Initialize(mapload)
|
||||||
. = ..(mapload, MAT_PLASTITANIUM, null,MAT_PLASTITANIUM)
|
. = ..(mapload, MAT_PLASTITANIUM, null,MAT_PLASTITANIUM)
|
||||||
|
|
||||||
|
/turf/simulated/gore
|
||||||
|
name = "wall of viscera"
|
||||||
|
desc = "Its veins pulse in a sickeningly rapid fashion, while certain spots of the wall rise and fall gently, much like slow, deliberate breathing."
|
||||||
|
icon = 'icons/goonstation/turf/meatland.dmi'
|
||||||
|
icon_state = "bloodwall_2"
|
||||||
|
opacity = 1
|
||||||
|
density = 1
|
||||||
|
blocks_air = 1
|
||||||
|
|
||||||
|
/turf/simulated/goreeyes
|
||||||
|
name = "wall of viscera"
|
||||||
|
desc = "Strangely observant eyes dot the wall. Getting too close has the eyes fixate on you, while their pupils shake violently. Each socket is connected by a series of winding, writhing veins."
|
||||||
|
icon = 'icons/goonstation/turf/meatland.dmi'
|
||||||
|
icon_state = "bloodwall_4"
|
||||||
|
opacity = 1
|
||||||
|
density = 1
|
||||||
|
blocks_air = 1
|
||||||
BIN
icons/goonstation/turf/meatland.dmi
Normal file
BIN
icons/goonstation/turf/meatland.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
Reference in New Issue
Block a user