mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] New to init final (#10649)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e1b14a3570
commit
5853b61b55
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user