mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
if(!check_rights(R_ADMIN|R_MOD|R_DEBUG|R_DEV))
|
||||
return
|
||||
|
||||
|
||||
if(istype(usr, /mob/abstract/new_player))
|
||||
return
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
|
||||
feedback_add_details("admin_verb","CNT") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
else
|
||||
to_chat(src, "<span class='warning'>NTSL2+ Daemon is already connected.</span>")
|
||||
to_chat(src, "<span class='warning'>NTSL2+ Daemon is already connected.</span>")
|
||||
|
||||
@@ -273,10 +273,10 @@ Ccomp's first proc.
|
||||
if(G.has_enabled_antagHUD && config.antag_hud_restricted)
|
||||
var/response = alert(src, "Are you sure you wish to allow this individual to play?","Ghost has used AntagHUD","Yes","No")
|
||||
if(response == "No") return
|
||||
G.timeofdeath=-19999 /* time of death is checked in /mob/verb/abandon_mob() which is the Respawn verb.
|
||||
timeofdeath is used for bodies on autopsy but since we're messing with a ghost I'm pretty sure
|
||||
there won't be an autopsy.
|
||||
*/
|
||||
|
||||
/* time of death is checked in /mob/verb/abandon_mob() which is the Respawn verb.
|
||||
timeofdeath is used for bodies on autopsy but since we're messing with a ghost I'm pretty sure there won't be an autopsy.*/
|
||||
G.timeofdeath=-19999
|
||||
var/datum/preferences/P
|
||||
|
||||
if (G.client)
|
||||
|
||||
Reference in New Issue
Block a user