mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Modular Printer Fix (#9297)
Modular computers now properly print with their paper formatting. Fixes #9259
This commit is contained in:
@@ -24,9 +24,8 @@
|
||||
// Damaged printer causes the resulting paper to be somewhat harder to read.
|
||||
if(damage > damage_malfunction)
|
||||
text_to_print = stars(text_to_print, 100-malfunction_probability)
|
||||
var/obj/item/paper/P = new /obj/item/paper(get_turf(parent_computer),text_to_print, paper_title)
|
||||
P.info = text_to_print
|
||||
if (paper_color)
|
||||
var/obj/item/paper/P = new /obj/item/paper(get_turf(parent_computer), text_to_print, paper_title)
|
||||
if(paper_color)
|
||||
P.color = paper_color
|
||||
|
||||
stored_paper--
|
||||
|
||||
Reference in New Issue
Block a user