Skip to content

Commit

Permalink
bark
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jul 11, 2024
1 parent fc78b3f commit 47635b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -562,13 +562,13 @@
set name = "Respawn"
set category = "OOC"

/* check respawn is on */
if(CONFIG_GET(flag/norespawn))
return
/* check player is actually dead */
if((stat != DEAD || !( SSticker )))
to_chat(usr, span_boldnotice("You must be dead to use this!"))
return
// /* check respawn is on */
// if(CONFIG_GET(flag/norespawn))
// return
// /* check player is actually dead */
// if((stat != DEAD || !( SSticker )))
// to_chat(usr, span_boldnotice("You must be dead to use this!"))
// return

var/is_admin = check_rights_for(src.client, R_ADMIN)
var/test = world.time - src.timeofdeath //How long dead for in deciseconds -- src can either be the corpse or ghost
Expand Down

0 comments on commit 47635b3

Please sign in to comment.