This commit is contained in:
@@ -27,13 +27,11 @@
|
||||
|
||||
// Damaged printer causes the resulting paper to be somewhat harder to read.
|
||||
if(damage > damage_malfunction)
|
||||
P.info = stars(text_to_print, 100-malfunction_probability)
|
||||
P.setText(stars(text_to_print, 100-malfunction_probability))
|
||||
else
|
||||
P.info = text_to_print
|
||||
P.setText(text_to_print)
|
||||
if(paper_title)
|
||||
P.name = paper_title
|
||||
P.update_icon()
|
||||
P.reload_fields()
|
||||
stored_paper--
|
||||
P = null
|
||||
return TRUE
|
||||
@@ -59,4 +57,4 @@
|
||||
icon_state = "printer_mini"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
stored_paper = 5
|
||||
max_paper = 15
|
||||
max_paper = 15
|
||||
|
||||
Reference in New Issue
Block a user