mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds few comments so other people won't be as confused as I was.
Adds examine-messages for alt-clicking. Added sounds for all the computers when inserting/ejecting IDs.
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
else
|
||||
stored_card2 = I
|
||||
to_chat(user, "<span class='notice'>You insert \the [I] into \the [src].</span>")
|
||||
playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, 0)
|
||||
|
||||
return TRUE
|
||||
|
||||
@@ -93,6 +94,7 @@
|
||||
P.event_idremoved(1, slot)
|
||||
|
||||
to_chat(user, "<span class='notice'>You remove the card[ejected>1 ? "s" : ""] from \the [src].</span>")
|
||||
playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, 0)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user