Skip to content

Commit

Permalink
new wanted notice. (#5017)
Browse files Browse the repository at this point in the history
* FLATLINE SICKNESS 2.0 ELECTRIC BOOGALOO

Attempts to resolve an issue where one couldn't be "properly" revived when their brain dies. Nanopaste is once again able to rejuvenate a brain that has fully died. When repaired in this way, the individual permanently gains "Flatline Syndrome" a wasting weakness that serves as a particularly severe form of resurrection sickness that utterly nuked physical stats and applies severe added damage. This is offered as an alternative to my prior attempt to resolve people getting revived with destroyed brains(By making it impossible to do so). This allows you to get revived, at a severe cost. Obviously, you should strive to avoid having this done to you.

Also removes reference to filtering toxins out using nanopaste since that isn't really relevant to current med. Toxin buildup is repaired in other ways

* FLATLINE SICKNESS 2.0 ELECTRIC BOOGALOO

Attempts to resolve an issue where one couldn't be "properly" revived when their brain dies. Nanopaste is once again able to rejuvenate a brain that has fully died. When repaired in this way, the individual permanently gains "Flatline Syndrome" a wasting weakness that serves as a particularly severe form of resurrection sickness that utterly nuked physical stats and applies severe added damage. This is offered as an alternative to my prior attempt to resolve people getting revived with destroyed brains(By making it impossible to do so). This allows you to get revived, at a severe cost. Obviously, you should strive to avoid having this done to you.

Also removes reference to filtering toxins out using nanopaste since that isn't really relevant to current med. Toxin buildup is repaired in other ways

* Revert "FLATLINE SICKNESS 2.0 ELECTRIC BOOGALOO"

This reverts commit 9f54adb.

* Revert "FLATLINE SICKNESS 2.0 ELECTRIC BOOGALOO"

This reverts commit 182125e.

* new wanted notice.

* Update stationobjs.dmi

* Update noticeboard.dm
  • Loading branch information
cdb-is-not-good authored Feb 6, 2024
1 parent c1c9e1c commit f335aaa
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
35 changes: 32 additions & 3 deletions code/game/objects/structures/noticeboard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
name = "Marshal bulletin board"
desc = "A board containing vital notices and official memos for Marshal Officers."
icon_state = "nboard03"
notices = 3
notices = 7

/obj/structure/noticeboard/marshal/New()
//add some memos, make sure to break them up so it's relatively readable in code!
Expand Down Expand Up @@ -165,12 +165,25 @@
P.stamped &= STAMP_FACTION
src.contents += P

P = new()
P.name = "Wanted:Liam Wright"
P.info = "<center><b><h1>Nadezhda Colonial Security</h1></b> \
<h2>Latest wanted issues</h2>\
</center>\
<hr>\
<b>NAME:</b> <i>Liam Wright</i><br>\
<b>DESCRIPTION:</b><i>Pale, thin, male vat-grown. Short, black hair</i><br>\
<b>CRIMES:</b><i>Sabotage, Infiltration, possession of excelsior contraband, threat of murder or serious injury, conspiracy to commit grand tresspass, sparking manhunt. </i><br>\
<b>NOTES:</b><i>A long veteran foreman of the Prospectors and a known Psion. Suspect should be assumed armed and dangerous at all times and is wanted alive. Militia personnel are advised to not engage alone.</i>"
P.copy_overlays(list("paper_stamp-dots"), TRUE)
P.stamped &= STAMP_FACTION
src.contents += P

/obj/structure/noticeboard/blackshield
name = "Blackshield bulletin board"
desc = "A board containing vital notices and official memos for the Blackshield Militia"
icon_state = "nboard02"
notices = 2
notices = 5

/obj/structure/noticeboard/blackshield/New()
var/obj/item/paper/P = new()
Expand Down Expand Up @@ -217,6 +230,22 @@
P.stamped &= STAMP_FACTION
src.contents += P

P = new()
P.name = "Wanted:Liam Wright"
P.info = "<center><b><h1>Nadezhda Colonial Security</h1></b> \
<h2>Latest wanted issues</h2>\
</center>\
<hr>\
<b>NAME:</b> <i>Liam Wright</i><br>\
<b>DESCRIPTION:</b><i>Pale, thin, male vat-grown. Short, black hair</i><br>\
<b>CRIMES:</b><i>Sabotage, Infiltration, possession of excelsior contraband, threat of murder or serious injury, conspiracy to commit grand tresspass, sparking manhunt. </i><br>\
<b>NOTES:</b><i>A long veteran foreman of the Prospectors and a known Psion. Suspect should be assumed armed and dangerous at all times and is wanted alive. Militia personnel are advised to not engage alone.</i>"
P.copy_overlays(list("paper_stamp-dots"), TRUE)
P.stamped &= STAMP_FACTION
src.contents += P



/obj/structure/noticeboard/medical
name = "Medical bulletin board"
desc = "A board containing vital notices and official memos for Soteria Medical"
Expand Down Expand Up @@ -327,4 +356,4 @@ P.S - <u><h1>Don't leave the drills running unattended!</u></h1>"
P.stamped &= STAMP_FACTION
src.contents += P
*/
#undef MAX_NOTICES
#undef MAX_NOTICES
Binary file modified icons/obj/stationobjs.dmi
Binary file not shown.
10 changes: 10 additions & 0 deletions news_articles/wanted_issue_wright.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<center><b><h1>Nadezhda Colonial Security</h1></b>
<h2>Latest wanted issues</h2>
</center>
<hr>
<i><center>The logo of the Nadezhda Marshals flashes briefly on the screen</center></i><br>
<hr>
<b>NAME:</b> <i>Liam Writh</i><br>
<b>DESCRIPTION:</b><i>Pale, thin, male vat-grown. Short, black hair</i><br>
<b>CRIMES:</b><i>Sabotage, Infiltration, possession of excelsior contraband, threat of murder or serious injury, conspiracy to commit grand tresspass, sparking manhunt. </i><br>
<b>NOTES:</b><i>A long veteran foreman of the Prospectors and a known Psion. Suspect should be assumed armed and dangerous at all times and is wanted alive. Militia personnel are advised to not engage alone.</i>

0 comments on commit f335aaa

Please sign in to comment.