File tree 11 files changed +1258
-354
lines changed
code/game/objects/structures
monkestation/code/modules/get_off_my_lawn 11 files changed +1258
-354
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 150
150
item_deconstruct = / obj / item/ stack/ sheet/ mineral/ wood
151
151
plane = GAME_PLANE_FOV_HIDDEN
152
152
layer = ABOVE_MOB_LAYER
153
+ standard_smoothing = FALSE
153
154
154
155
/ obj / structure/ railing/ wooden_fence/ Initialize(mapload)
155
156
. = .. ()
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 6714
6714
#include "monkestation\code\modules\food_and_drinks\machinery\smartfridge.dm"
6715
6715
#include "monkestation\code\modules\food_and_drinks\recipes\boiling.dm"
6716
6716
#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"
6717
6720
#include "monkestation\code\modules\ghost_critters\client_addons.dm"
6718
6721
#include "monkestation\code\modules\ghost_critters\ghost_critter_spawnpoint.dm"
6719
6722
#include "monkestation\code\modules\ghost_critters\max_held_weight.dm"
You can’t perform that action at this time.
0 commit comments