Skip to content

Commit

Permalink
stops code from seeping into ic chat (#56088)
Browse files Browse the repository at this point in the history
changes the reference in the modular computer code from src to computer as src is a datum
  • Loading branch information
spessbro committed Jan 11, 2021
1 parent be987fc commit 54c6a93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@
computer.visible_message("<span class='notice'>\The [computer] prints out paper.</span>")
if(ticket_count >= 1)
new /obj/item/stack/arcadeticket((get_turf(computer)), 1)
to_chat(usr, "<span class='notice'>[src] dispenses a ticket!</span>")
to_chat(usr, "<span class='notice'>[computer] dispenses a ticket!</span>")
ticket_count -= 1
printer.stored_paper -= 1
else
Expand Down

0 comments on commit 54c6a93

Please sign in to comment.