mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Removes Pet Hospital, Adds Althland Corporation Refinery Ruins (#22287)
* byebyepet
* typo fix
* more typo fixes
* fixes
* another fix
* delete hospital shit
* ok seriously work now you fuc-
* improvements
* changes tempature
* heat proof lattice
* hi qwerty
* test
* ok lmao
* lattice moment
* oopsie!
* ok fuck you
* map update
* yes
* Revert "yes"
This reverts commit 9892a11232.
* Update lavaland_surface_althland_facility.dmm
* Update code/game/objects/items/stacks/rods.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
* henri review
* adds lore
* fix
* fix
* more fix
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/obj/item/paper/fluff/ruins/althland/journal
|
||||
name = "Journal Entry"
|
||||
info = "Today is the day, a full month since I arrived in this dump and ive come to tolerate my bunkmate. \
|
||||
He still causes me issues with his horrid snoring and disgusting eating habits on the occasion, \
|
||||
Maybe it's the state of the facility, which can be downright filthy on some days, or perhaps it's the persistent ringing in my ears. \
|
||||
Either way, ive gotten used to it, and we even shared a donk earlier out in the field, \
|
||||
not as bad as when we first met. But better to have someone watching my back then that feeling when I first arrived. \
|
||||
The heat, the smoke, even my co-workers, makes me realize how far from home I am. \
|
||||
Wish I didnt take the hazard pay, but that decision is far past due... five more months to go before my contract is over. \
|
||||
Hopefully by the time I make it back, ill be able to see her again. \
|
||||
Just gotta keep my nerves cool and keep working, in a few months ill be back home and more secure than I ever was in Sol. \
|
||||
<br><br>Signed, <i>Harper Wynn</i>"
|
||||
|
||||
/obj/item/paper/fluff/ruins/althland/geology
|
||||
name = "Manager Log"
|
||||
info = "Reports indicate a volcanic ash storm to smutter the region of our sector. Our position indicates we should be taking reduced impact from the weather, but the other sectors are having issues. \
|
||||
Sector Five, and Six in the highlands are currently undergoing possible evac from the severity. Farragus says we should shelter in place and cease operations until conditions return to normal. \
|
||||
Ive got most of the men reinforcing our structure plating, and a shipment of supplies to help us sit and and wait for the storm to pass. \
|
||||
Ashstorms have started feeling more frequent, didnt used to be this dangerous when I first got positioned to command this facility. \
|
||||
Either way, once its done, we can get back to work, ill inform Farragus about the conditions and see if we can get some geologist down here. \
|
||||
<br><br>Signed, <i>Manager Fiona Catlow</i>"
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
/obj/item/paper/fluff/henderson_report
|
||||
name = "Important Notice - Mrs. Henderson"
|
||||
info = "Nothing of interest to report."
|
||||
|
||||
/obj/effect/mob_spawn/human/alive/doctor/lavaland
|
||||
name = "broken rejuvenation pod"
|
||||
desc = "A small sleeper typically used to instantly restore minor wounds. This one seems broken, and its occupant is comatose."
|
||||
mob_name = "a translocated vet"
|
||||
description = "You are an intern working in an animal hospital that suddenly got transported to lavaland. Good luck."
|
||||
flavour_text = "What...? Where are you? Where are the others? This is still the animal hospital - you should know, you've been an intern here for weeks - but \
|
||||
everyone's gone. One of the cats scratched you just a few minutes ago. That's why you were in the pod - to heal the scratch. The scabs are still fresh; you see them right now. So where is \
|
||||
everyone? Where did they go? What happened to the hospital? And is that smoke you smell? You need to find someone else. Maybe they can tell you what happened."
|
||||
assignedrole = "Translocated Vet"
|
||||
allow_species_pick = TRUE
|
||||
|
||||
/obj/effect/mob_spawn/human/alive/doctor/lavaland/Destroy()
|
||||
var/obj/structure/fluff/empty_sleeper/S = new(drop_location())
|
||||
S.setDir(dir)
|
||||
return ..()
|
||||
Reference in New Issue
Block a user