[MIRROR] New to init final (#10649)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-17 04:52:07 -07:00
committed by GitHub
parent e1b14a3570
commit 5853b61b55
221 changed files with 1452 additions and 1427 deletions

View File

@@ -179,7 +179,8 @@
notices = 5
icon_state = "nboard05"
/obj/structure/noticeboard/anomaly/Initialize(mapload) //ChompEDIT New --> Initialize
/obj/structure/noticeboard/anomaly/Initialize(mapload)
. = ..()
var/obj/item/paper/P = new()
P.name = "Memo RE: proper analysis procedure"
P.info = "<br>We keep test dummies in pens here for a reason, so standard procedure should be to activate newfound alien artifacts and place the two in close proximity. Promising items I might even approve monkey testing on."
@@ -214,4 +215,3 @@
P.stamped = list(/obj/item/stamp/rd)
P.add_overlay("paper_stamped_rd")
contents += P
. = ..() //ChompEDIT New --> Initialize