mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Fixes junkmail important documents being invisible [MDB IGNORE] (#16373)
* Fixes junkmail important documents being invisible (#70054) * Fixes junkmail important documents being invisible Co-authored-by: pizzie11 <arandom11111@gmail.com>
This commit is contained in:
@@ -285,6 +285,7 @@
|
||||
/obj/item/paper/fluff/junkmail_redpill
|
||||
name = "smudged paper"
|
||||
icon_state = "scrap"
|
||||
show_written_words = FALSE
|
||||
var/nuclear_option_odds = 0.1
|
||||
|
||||
/obj/item/paper/fluff/junkmail_redpill/Initialize(mapload)
|
||||
@@ -304,6 +305,7 @@
|
||||
/obj/item/paper/fluff/junkmail_generic
|
||||
name = "important document"
|
||||
icon_state = "paper_words"
|
||||
show_written_words = FALSE
|
||||
|
||||
/obj/item/paper/fluff/junkmail_generic/Initialize(mapload)
|
||||
default_raw_text = pick(GLOB.junkmail_messages)
|
||||
|
||||
Reference in New Issue
Block a user