Skip to content

Commit 42588d3

Browse files
committed
admin retirement home
1 parent 982e35c commit 42588d3

File tree

11 files changed

+1258
-354
lines changed

11 files changed

+1258
-354
lines changed

_maps/map_files/generic/CentCom.dmm

Lines changed: 1223 additions & 354 deletions
Large diffs are not rendered by default.

code/game/objects/structures/railings.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
item_deconstruct = /obj/item/stack/sheet/mineral/wood
151151
plane = GAME_PLANE_FOV_HIDDEN
152152
layer = ABOVE_MOB_LAYER
153+
standard_smoothing = FALSE
153154

154155
/obj/structure/railing/wooden_fence/Initialize(mapload)
155156
. = ..()
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/area/centcom/central_command_areas/retirement_home
2+
name = "Admin Retirement Home"
3+
area_flags = UNIQUE_AREA | NOTELEPORT | GHOST_AREA
4+
5+
/area/centcom/central_command_areas/retirement_yard
6+
name = "Admin Retirement Yard"
7+
area_flags = UNIQUE_AREA | NOTELEPORT | GHOST_AREA
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/obj/structure/fluff/gramophone
2+
name = "gramophone"
3+
desc = "Okay gramps."
4+
5+
icon = 'monkestation/code/modules/get_off_my_lawn/icons/modern_structures.dmi'
6+
icon_state = "gramophone"
7+
8+
9+
/obj/structure/chair/sofa/fancy
10+
icon = 'monkestation/code/modules/get_off_my_lawn/icons/bed_chair.dmi'
11+
12+
/obj/structure/chair/sofa/fancy/left
13+
icon_state = "fancysofa_l"
14+
15+
/obj/structure/chair/sofa/fancy/right
16+
icon_state = "fancysofa_r"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/obj/machinery/light/street_lamp
2+
name = "street_lamp"
3+
4+
icon = 'monkestation/code/modules/get_off_my_lawn/icons/lighting_32x64.dmi'
5+
icon_state = "streetlight"
6+
base_state = "streetlight"
7+
8+
light_outer_range = 7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tgstation.dme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6714,6 +6714,9 @@
67146714
#include "monkestation\code\modules\food_and_drinks\machinery\smartfridge.dm"
67156715
#include "monkestation\code\modules\food_and_drinks\recipes\boiling.dm"
67166716
#include "monkestation\code\modules\food_and_drinks\recipes\recipes_meat.dm"
6717+
#include "monkestation\code\modules\get_off_my_lawn\areas.dm"
6718+
#include "monkestation\code\modules\get_off_my_lawn\fluff\fluff.dm"
6719+
#include "monkestation\code\modules\get_off_my_lawn\fluff\streetlamps.dm"
67176720
#include "monkestation\code\modules\ghost_critters\client_addons.dm"
67186721
#include "monkestation\code\modules\ghost_critters\ghost_critter_spawnpoint.dm"
67196722
#include "monkestation\code\modules\ghost_critters\max_held_weight.dm"

0 commit comments

Comments
 (0)