memery supreme
@@ -323,3 +323,9 @@
|
||||
/obj/item/chair/wood/wings
|
||||
icon_state = "wooden_chair_wings_toppled"
|
||||
origin_type = /obj/structure/chair/wood/wings
|
||||
|
||||
/obj/structure/chair/old
|
||||
name = "strange chair"
|
||||
desc = "You sit in this. Either by will or force. Looks REALLY uncomfortable."
|
||||
icon_state = "chairold"
|
||||
item_chair = null
|
||||
|
||||
@@ -11,6 +11,17 @@
|
||||
explosion_block = 50
|
||||
layer = TURF_LAYER + 0.05
|
||||
|
||||
/turf/closed/indestructible/oldshuttle
|
||||
name = "strange shuttle wall"
|
||||
icon = 'icons/turf/shuttleold.dmi'
|
||||
icon_state = "block"
|
||||
|
||||
/turf/closed/indestructible/oldshuttle/corner
|
||||
icon_state = "corner"
|
||||
|
||||
|
||||
|
||||
|
||||
/turf/closed/indestructible/splashscreen
|
||||
name = "Space Station 13"
|
||||
icon = 'icons/misc/fullscreen.dmi'
|
||||
|
||||
@@ -106,3 +106,8 @@
|
||||
|
||||
/turf/open/floor/noslip/MakeSlippery()
|
||||
return
|
||||
|
||||
/turf/open/floor/oldshuttle
|
||||
icon = 'icons/turf/shuttleold.dmi'
|
||||
icon_state = "floor"
|
||||
floor_tile = /obj/item/stack/tile/plasteel
|
||||
|
Before Width: | Height: | Size: 206 KiB After Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -14,7 +14,8 @@
|
||||
|
||||
// BEGIN_INCLUDE
|
||||
#include "_maps\__MAP_DEFINES.dm"
|
||||
#include "_maps\tgstation2.dm"
|
||||
#include "_maps\bigmap.dm"
|
||||
#include "_maps\RandomRuins\LavaRuins\lavaland_surface_relicofthepast.dmm"
|
||||
#include "code\_compile_options.dm"
|
||||
#include "code\hub.dm"
|
||||
#include "code\world.dm"
|
||||
@@ -1451,6 +1452,7 @@
|
||||
#include "code\modules\mob\living\simple_animal\hostile\retaliate\bat.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\retaliate\clown.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\retaliate\retaliate.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\retaliate\spaceman.dm"
|
||||
#include "code\modules\mob\living\simple_animal\slime\death.dm"
|
||||
#include "code\modules\mob\living\simple_animal\slime\emote.dm"
|
||||
#include "code\modules\mob\living\simple_animal\slime\life.dm"
|
||||
|
||||