Skip to content

Commit

Permalink
Revert "new wanted notice. (#5017)" (#5018)
Browse files Browse the repository at this point in the history
This reverts commit f335aaa.
  • Loading branch information
cdb-is-not-good authored Feb 7, 2024
1 parent f335aaa commit 1c10c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
35 changes: 3 additions & 32 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 = 7
notices = 3

/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,25 +165,12 @@
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 = 5
notices = 2

/obj/structure/noticeboard/blackshield/New()
var/obj/item/paper/P = new()
Expand Down Expand Up @@ -230,22 +217,6 @@
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 @@ -356,4 +327,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: 0 additions & 10 deletions news_articles/wanted_issue_wright.html

This file was deleted.

0 comments on commit 1c10c87

Please sign in to comment.