[MIRROR] stops code from seeping into ic chat (#2639)

* stops code from seeping into ic chat (#56088)

changes the reference in the modular computer code from src to computer as src is a datum

* stops code from seeping into ic chat

Co-authored-by: spessbro <51048066+spessbro@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-12 01:45:07 +01:00
committed by GitHub
parent fc4353c695
commit 4bbddd3cfc

View File

@@ -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