mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Remaps the Lavaland Outpost. Again. (#22391)
* a remap begins...
* tweaks
* bye-bye, QM's handheld crew monitor
* brings back the abandoned crate
* oop
* more tweaks
* tcomm pipes
* brad update
* more firelocks
* more windows
* tweaks
* denth review part 1
* renaming doors
* crowbars
* changes walls, new locker
* Oyu's review
* more tweaks
* signs
* MAYBE will be deconflicted
* now deconfllicted hopefully
* some more tweaks
* no more wall helpers!
* fluff
* IDs for polarized windows
* slight tweaks to firelocks
* added grilles
* more tweaks
* tiny lil maint update
* more maint tweaks
* maint rework part 3
* oopsie
* jani has dark floors now
* reworked robotics, gave brad more love
* stationary defibs
* stuff
* bug fix
* more tweaks
* aaaaa
* Revert "aaaaa"
This reverts commit f70ba3a89a.
* more tweaks
* fixed scrubbers, tweaks
* should compile
* reshuffles maint loot
* request consoles + tweaks
* more tweaks
* access helper tweaks
* very minor access tweaks
* you can now pet Brad
* Update code/modules/mob/living/simple_animal/friendly/cockroach.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
* renames access
* shuttle decorations + other tweaks
* oopsie
* bjam's reviews
* split the QM's locker
Exa's approval, rest of design team did not share opinions
* OH UH
* this too
* this is a better way to do it actually
* sean review + floodlight subtype
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
new /obj/item/organ/internal/eyes/cybernetic/meson(src)
|
||||
new /obj/item/storage/bag/garment/quartermaster(src)
|
||||
new /obj/item/clothing/accessory/medal/supply(src)
|
||||
new /obj/item/fulton_core(src)
|
||||
new /obj/item/extraction_pack(src)
|
||||
new /obj/item/gps/mining(src)
|
||||
new /obj/item/sensor_device(src)
|
||||
new /obj/item/rcs(src)
|
||||
new /obj/item/destTagger(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/qm(src)
|
||||
@@ -36,3 +32,16 @@
|
||||
new /obj/item/cartridge/qm(src)
|
||||
new /obj/item/storage/bag/mail(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/quartermaster/lavaland //used in mining outpost
|
||||
name = "quartermaster's secondary locker"
|
||||
|
||||
/obj/structure/closet/secure_closet/quartermaster/lavaland/populate_contents()
|
||||
new /obj/item/fulton_core(src)
|
||||
new /obj/item/extraction_pack(src)
|
||||
new /obj/item/gps/mining(src)
|
||||
new /obj/item/clothing/mask/gas/explorer(src)
|
||||
new /obj/item/clothing/suit/hooded/explorer(src)
|
||||
new /obj/item/clothing/glasses/meson(src)
|
||||
new /obj/item/book/manual/wiki/sop_supply(src)
|
||||
new /obj/item/folder/yellow(src)
|
||||
new /obj/item/fan(src)
|
||||
|
||||
@@ -103,6 +103,11 @@
|
||||
if(user.client)
|
||||
user.client.webmap()
|
||||
|
||||
/obj/structure/sign/nanotrasen
|
||||
name = "\improper NANOTRASEN"
|
||||
desc = "A sign that indicates an NT turf."
|
||||
icon_state = "nanotrasen"
|
||||
|
||||
/obj/structure/sign/securearea
|
||||
name = "\improper SECURE AREA"
|
||||
desc = "A warning sign which reads 'SECURE AREA'"
|
||||
@@ -208,6 +213,9 @@
|
||||
name = "Remembrance Plaque"
|
||||
desc = "A plaque commemorating the fallen, may they rest in peace, forever asleep amongst the stars. Someone has drawn a picture of a crying badger at the bottom."
|
||||
|
||||
/obj/structure/sign/kiddieplaque/remembrance/mining
|
||||
desc = "A plaque commemorating the fallen, may they rest in peace, forever asleep amongst the ashes. Someone has drawn a picture of a crying badger at the bottom."
|
||||
|
||||
/obj/structure/sign/kiddieplaque/perfect_man
|
||||
name = "\improper 'Perfect Man' sign"
|
||||
desc = "A guide to the exhibit, explaining how recent developments in mindshield implant and cloning technologies by Nanotrasen Corporation have led to the development and the effective immortality of the 'perfect man', the loyal Nanotrasen Employee."
|
||||
|
||||
@@ -280,3 +280,8 @@
|
||||
desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off."
|
||||
name = "Runtime's bed"
|
||||
anchored = TRUE
|
||||
|
||||
/obj/structure/bed/dogbed/brad
|
||||
name = "Brad's bed"
|
||||
desc = "Brad's bed! Why does a cockroach get this amount of love?"
|
||||
anchored = TRUE
|
||||
|
||||
Reference in New Issue
Block a user