mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 23:54:14 +01:00
adds a couple of naughty missing periods
@cheridan uuuu
This commit is contained in:
@@ -355,8 +355,8 @@ var/list/admin_verbs_hideable = list(
|
||||
src << "<font color='red'>Error: Aghost: Can't admin-ghost whilst in the lobby. Join or Observe first.</font>"
|
||||
else
|
||||
//ghostize
|
||||
log_admin("[key_name(usr)] admin ghosted")
|
||||
message_admins("[key_name_admin(usr)] admin ghosted")
|
||||
log_admin("[key_name(usr)] admin ghosted.")
|
||||
message_admins("[key_name_admin(usr)] admin ghosted.")
|
||||
var/mob/body = mob
|
||||
body.ghostize(1)
|
||||
if(body && !body.key)
|
||||
|
||||
Reference in New Issue
Block a user