mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #16237 from PKPenguin321/patch-9
tweaks some evil fucking punctuation
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)
|
||||
|
||||
@@ -640,7 +640,7 @@
|
||||
spawn(cooldownMax)
|
||||
cooldown = FALSE
|
||||
else
|
||||
user << "<span class='notice'>You aren't quite sure what to do with this, yet.</span>"
|
||||
user << "<span class='notice'>You aren't quite sure what to do with this yet.</span>"
|
||||
|
||||
//////////////// RELIC PROCS /////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user