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:
kingofkosmos
2017-10-13 23:18:14 +03:00
parent efcd9131ba
commit c3d20c6d8e
3 changed files with 19 additions and 3 deletions

View File

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