Skip to content

Commit

Permalink
agagwg
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCamIII committed Oct 12, 2023
1 parent d9250db commit 7c7aa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/emergency_call.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
return
var/deathtime = world.time - usr.timeofdeath

if(deathtime < 1 MINUTES) //Nice try, ghosting right after the announcement
if(deathtime < 15 SECONDS) //Nice try, ghosting right after the announcement
if(SSmapping.configs[GROUND_MAP].map_name != MAP_WHISKEY_OUTPOST) // people ghost so often on whiskey outpost.
to_chat(src, SPAN_WARNING("You ghosted too recently."))
return
Expand Down

0 comments on commit 7c7aa3b

Please sign in to comment.