mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Updates Rocky Motel (#28786)
* this motel rocks * nvm i got chat gpt * relocate icon * oh it removed web commit
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
name = "\improper Abandoned Teleporter"
|
||||
icon_state = "teleporter"
|
||||
ambientsounds = list('sound/ambience/ambimalf.ogg', 'sound/ambience/signal.ogg')
|
||||
there_can_be_many = TRUE
|
||||
|
||||
/area/ruin/space/unpowered/no_grav/way_home
|
||||
name = "\improper Salvation"
|
||||
@@ -72,7 +71,6 @@
|
||||
/area/ruin/space/methlab
|
||||
name = "\improper Abandoned Drug Lab"
|
||||
icon_state = "green"
|
||||
there_can_be_many = TRUE
|
||||
|
||||
// Space Bar
|
||||
/area/ruin/space/powered/bar
|
||||
@@ -294,3 +292,11 @@
|
||||
there_can_be_many = FALSE
|
||||
requires_power = FALSE
|
||||
ambientsounds = list("sound/ambience/reebe_ambience_1.ogg", "sound/ambience/reebe_ambience_2.ogg", "sound/ambience/reebe_ambience_3.ogg")
|
||||
|
||||
/area/ruin/space/rocky_motel
|
||||
name = "\improper Rocky Motel"
|
||||
icon_state = "rocky_motel"
|
||||
there_can_be_many = FALSE
|
||||
|
||||
/area/ruin/space/rocky_motel/asteroid
|
||||
icon_state = "away"
|
||||
|
||||
@@ -109,6 +109,8 @@
|
||||
|
||||
/obj/machinery/light_switch/proc/set_area_lightswitch(new_state)
|
||||
var/area/A = get_area(src)
|
||||
if(A.lightswitch == new_state)
|
||||
return
|
||||
A.lightswitch = new_state
|
||||
// Sends an area signal to all lightswitches in our area to update their icons and overlays
|
||||
A.update_icon(UPDATE_ICON_STATE)
|
||||
@@ -119,3 +121,7 @@
|
||||
/obj/machinery/light_switch/proc/lightswitch_cancel_autoswitch()
|
||||
SIGNAL_HANDLER // COMSIG_AREA_LIGHTSWITCH_DELETING
|
||||
return COMSIG_AREA_LIGHTSWITCH_CANCEL
|
||||
|
||||
/obj/machinery/light_switch/off/Initialize(mapload, build_dir)
|
||||
. = ..()
|
||||
set_area_lightswitch(FALSE)
|
||||
|
||||
@@ -237,6 +237,11 @@
|
||||
/obj/machinery/suit_storage_unit/syndicate/secure
|
||||
secure = TRUE
|
||||
|
||||
/obj/machinery/suit_storage_unit/syndicate/empty
|
||||
mask_type = null
|
||||
suit_type = null
|
||||
state_open = TRUE
|
||||
|
||||
/obj/machinery/suit_storage_unit/radsuit
|
||||
name = "radiation suit storage unit"
|
||||
suit_type = /obj/item/clothing/suit/radiation
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/dvorak/turret_room
|
||||
name = "DVORAK turret room"
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel/drunk_accident
|
||||
name = "Drunken Wreck"
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel
|
||||
name = "Rocky motel submap"
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/rocky_motel/drunk_accident
|
||||
name = "Drunken Wreck"
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/rocky_motel
|
||||
name = "Rocky motel submap"
|
||||
|
||||
@@ -127,3 +127,10 @@
|
||||
/obj/effect/spawner/random/loot_crate/rarely
|
||||
name = "lootcrate spawner, 20% chance"
|
||||
spawn_loot_chance = 20
|
||||
|
||||
/obj/effect/spawner/random/loot/bluespace_tap/food_mixed
|
||||
loot = list(
|
||||
/obj/effect/spawner/random/bluespace_tap/food_common = 6,
|
||||
/obj/effect/spawner/random/bluespace_tap/food_uncommon = 3,
|
||||
/obj/effect/spawner/random/bluespace_tap/food_rare,
|
||||
)
|
||||
|
||||
@@ -192,3 +192,9 @@
|
||||
/mob/living/simple_animal/hostile/pirate,
|
||||
/mob/living/simple_animal/hostile/pirate/ranged,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/random/fancy_table
|
||||
name = "fancy table spawner"
|
||||
icon = 'icons/effects/random_spawners.dmi'
|
||||
icon_state = "fancy_table"
|
||||
loot_type_path = /obj/structure/table/wood/fancy
|
||||
|
||||
@@ -1352,6 +1352,15 @@
|
||||
new /obj/item/screwdriver(src)
|
||||
new /obj/item/paper/autochef_quickstart(src)
|
||||
|
||||
/obj/item/storage/box/kitchen_utensils/populate_contents()
|
||||
new /obj/item/kitchen/utensil/fork(src)
|
||||
new /obj/item/kitchen/utensil/fork(src)
|
||||
new /obj/item/kitchen/utensil/spoon(src)
|
||||
new /obj/item/kitchen/utensil/spoon(src)
|
||||
new /obj/item/kitchen/knife(src)
|
||||
new /obj/item/kitchen/knife/cheese(src)
|
||||
new /obj/item/kitchen/knife/pizza_cutter(src)
|
||||
|
||||
#undef NODESIGN
|
||||
#undef NANOTRASEN
|
||||
#undef SYNDI
|
||||
|
||||
@@ -67,6 +67,15 @@
|
||||
req_access = null
|
||||
locked = FALSE
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/fridge/mixed/populate_contents()
|
||||
for(var/i in 1 to 2)
|
||||
new /obj/item/reagent_containers/condiment/milk(src)
|
||||
new /obj/item/reagent_containers/condiment/soymilk(src)
|
||||
for(var/i in 1 to 2)
|
||||
new /obj/item/storage/fancy/egg_box(src)
|
||||
for(var/i in 1 to 4)
|
||||
new /obj/item/food/meat/monkey(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/money
|
||||
name = "freezer"
|
||||
icon_state = "freezer"
|
||||
|
||||
Reference in New Issue
Block a user