Merge pull request #8470 from Verkister/patch-89

Some admin log "usr" fixes
This commit is contained in:
Spookerton
2022-04-01 18:25:29 +01:00
committed by GitHub
26 changed files with 74 additions and 74 deletions
@@ -50,7 +50,7 @@
to_chat(M, "<span class='warning'>Your intent may not be completely beneficial.</span>")
H.ckey = M.ckey
visible_message("<span class='warning'>As \the [src] opens, the pipes on \the [src] surge, before it grows dark.</span>")
log_and_message_admins("successfully opened \a [src] and became a [occupant_type].")
log_and_message_admins("successfully opened \a [src] and became a [occupant_type].", H)
var/list/uniform_options
var/list/shoe_options
@@ -178,7 +178,7 @@
to_chat(M, "<span class='warning'>Your intent may not be completely beneficial.</span>")
H.ckey = M.ckey
visible_message("<span class='warning'>As \the [src] opens, the pipes on \the [src] surge, before it grows dark.</span>")
log_and_message_admins("successfully opened \a [src] and got a [occupant_type].")
log_and_message_admins("successfully opened \a [src] and got a [occupant_type].", H)
var/list/uniform_options
var/list/shoe_options