Convert a bunch of name/(ckey) to key_name + ISO-8601 timestamps

This commit is contained in:
tigercat2000
2018-04-19 09:35:44 -08:00
parent c03621c508
commit 2364b0332b
25 changed files with 50 additions and 43 deletions

View File

@@ -44,7 +44,7 @@ var/list/blob_nodes = list()
infected_crew += blob
blob.special_role = SPECIAL_ROLE_BLOB
blob.restricted_roles = restricted_jobs
log_game("[blob.key] (ckey) has been selected as a Blob")
log_game("[key_name(blob)] has been selected as a Blob")
possible_blobs -= blob
if(!infected_crew.len)
@@ -66,7 +66,7 @@ var/list/blob_nodes = list()
return 0
infected_crew += blobmind
blobmind.special_role = SPECIAL_ROLE_BLOB
log_game("[blob.key] (ckey) has been selected as a Blob")
log_game("[key_name(blob)] has been selected as a Blob")
greet_blob(blobmind)
to_chat(blob, "<span class='userdanger'>You feel very tired and bloated! You don't have long before you burst!</span>")
spawn(600)