Minor tweaks & Remove NTSLv1

This commit is contained in:
tigercat2000
2018-06-21 21:20:28 -07:00
parent 24506bd28e
commit c028ea2c7b
28 changed files with 68 additions and 3839 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
slots_list += "paranormal: [paranormal_slots]"
if(cyborg_slots > 0)
slots_list += "cyborg: [cyborg_slots]"
var slot_text = list_implode(slots_list, ", ")
var/slot_text = jointext(slots_list, ", ")
notify_ghosts("An ERT is being dispatched. Open positions: [slot_text]")
message_admins("[key_name_admin(usr)] dispatched a [ert_type] ERT. Slots: [slot_text]", 1)
log_admin("[key_name(usr)] dispatched a [ert_type] ERT. Slots: [slot_text]")