mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 04:36:16 +01:00
Two-fold PR.
- - - Additions: - A gateway has been added for departures, rather than just having a cryopod to leave the round. Adding a new arrivals system would be nice to allow for it as another spawn point, but it's well out of the purview of this PR. - - - Map: - Shifts the kinkmate location in maint northward to allow for the gateway's area. View map-diff. - - - Bugfixes: - Sanitizes the map as best as possible using a combination of StrongDMM and self-made edits. This removes unused variables, material that caused the map to have indentation errors and replaces said material with appropriate item copies. We do not have the maps properly formatted, so this is the best that can be done without turning this into a larger PR. This is an unfortunate requirement in line with the map edit above, but it does nothing other than described. As a consequence, it also allows the map to actually be loaded in the Dream Daemon Environment, with no errors. Likely solves hidden issues elsewhere, too.
This commit is contained in:
@@ -48,12 +48,15 @@
|
||||
name = "paper- 'Chemical Information'"
|
||||
info = "Known Onboard Toxins:<BR>\n\tGrade A Semi-Liquid Plasma:<BR>\n\t\tHighly poisonous. You cannot sustain concentrations above 15 units.<BR>\n\t\tA gas mask fails to filter plasma after 50 units.<BR>\n\t\tWill attempt to diffuse like a gas.<BR>\n\t\tFiltered by scrubbers.<BR>\n\t\tThere is a bottled version which is very different<BR>\n\t\t\tfrom the version found in canisters!<BR>\n<BR>\n\t\tWARNING: Highly Flammable. Keep away from heat sources<BR>\n\t\texcept in an enclosed fire area!<BR>\n\t\tWARNING: It is a crime to use this without authorization.<BR>\nKnown Onboard Anti-Toxin:<BR>\n\tAnti-Toxin Type 01P: Works against Grade A Plasma.<BR>\n\t\tBest if injected directly into bloodstream.<BR>\n\t\tA full injection is in every regular Med-Kit.<BR>\n\t\tSpecial toxin Kits hold around 7.<BR>\n<BR>\nKnown Onboard Chemicals (other):<BR>\n\tRejuvenation T#001:<BR>\n\t\tEven 1 unit injected directly into the bloodstream<BR>\n\t\t\twill cure unconscious and sleep toxins.<BR>\n\t\tIf administered to a dying patient it will prevent<BR>\n\t\t\tfurther damage for about units*3 seconds.<BR>\n\t\t\tit will not cure them or allow them to be cured.<BR>\n\t\tIt can be administered to a non-dying patient<BR>\n\t\t\tbut the chemicals disappear just as fast.<BR>\n\tMorphine T#054:<BR>\n\t\t5 units will induce precisely 1 minute of sleep.<BR>\n\t\t\tThe effect are cumulative.<BR>\n\t\tWARNING: It is a crime to use this without authorization"
|
||||
|
||||
|
||||
/*
|
||||
* Stations
|
||||
*/
|
||||
//replacing that stupid paper that caused issues because WHY WOULD IT NOT
|
||||
/obj/item/paper/fluff/candle
|
||||
name = "paper- 'Candle'"
|
||||
info = "Charlie, remember to reconnect the gas mix monitor if it's having issues, by the way, if the heat gets too high, don't be afraid to space this part of engineering and use a voidsuit or a hardsuit. There's one in the crates... <br> And remember. When the candle is lit... The burn is good."
|
||||
|
||||
|
||||
/*
|
||||
* Stations
|
||||
*/
|
||||
/////////// CentCom
|
||||
|
||||
/obj/item/paper/fluff/stations/centcom/disk_memo
|
||||
|
||||
Reference in New Issue
Block a user