mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Converts visible_message notice spans to look more like emotes
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
to_chat(usr, "<span class='notice'>Hardware error: Printer was unable to print the file. It may be out of paper.</span>")
|
||||
return
|
||||
else
|
||||
computer.visible_message("<span class='notice'>\The [computer] prints out paper.</span>")
|
||||
computer.visible_message("<b>\The [computer]</b> prints out paper.")
|
||||
else
|
||||
var/contents = {"<h4>Crew Manifest</h4>
|
||||
<br>
|
||||
@@ -162,7 +162,7 @@
|
||||
to_chat(usr, "<span class='notice'>Hardware error: Printer was unable to print the file. It may be out of paper.</span>")
|
||||
return
|
||||
else
|
||||
computer.visible_message("<span class='notice'>\The [computer] prints out paper.</span>")
|
||||
computer.visible_message("<b>\The [computer]</b> prints out paper.")
|
||||
. = TRUE
|
||||
if("modify")
|
||||
if(computer && computer.card_slot)
|
||||
|
||||
Reference in New Issue
Block a user