mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MDB Ignore][Bounty][Complete Refactor] Papercode Redux: Too Many Damn Files <Map Conflict Edition> (#68612)
Papercode refactor
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/obj/item/paper/fluff/genpop_instructions
|
||||
name = "Genpop - Inmate Processing and You"
|
||||
desc = "A nicely folded paper explaining how to use the Genpop locker and brigging system."
|
||||
info = @{"
|
||||
default_raw_text = @{"
|
||||
|
||||
<center><b>INSTRUCTIONAL GUIDE TO PROCESSING NEW INMATES</center>
|
||||
</b> <br>
|
||||
|
||||
@@ -601,7 +601,8 @@ INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_lava)
|
||||
var/obj/item/paper/paper = new /obj/item/paper(src)
|
||||
if(note_name)
|
||||
paper.name = note_name
|
||||
paper.info = "[note_info]"
|
||||
paper.add_raw_text("[note_info]")
|
||||
paper.update_appearance()
|
||||
found_airlock.note = paper
|
||||
paper.forceMove(found_airlock)
|
||||
found_airlock.update_appearance()
|
||||
|
||||
Reference in New Issue
Block a user