mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
October Bugfix Bonanza (#3767)
Fixes #3742 - someone unfucked the fix again. Resolves #3740 and resolves #3739. Fixes #1558 - a 10 month long meme is dead. Resolves #3720 by making robo-eyes immune only to the eye stinging effects of pepperspray. Let there be equality amongst the synths. Fixes #3676 - tested, shouldn't break. It was double-calling set_death_timer. Fixes #3672 and fixes #3658 - that was my bad on not noticing the diff around hologram.icon = icon vs add_overlay(icon). Fixes #3762 - I'm surprised this didn't fuck over more.
This commit is contained in:
@@ -482,7 +482,12 @@
|
||||
|
||||
announce_ghost_joinleave(client, 0)
|
||||
|
||||
// Run this here to null out death timers for the next go.
|
||||
|
||||
var/mob/new_player/M = new /mob/new_player()
|
||||
|
||||
M.reset_death_timers()
|
||||
|
||||
if(!client)
|
||||
log_game("[usr.key] AM failed due to disconnect.",ckey=key_name(usr))
|
||||
qdel(M)
|
||||
|
||||
Reference in New Issue
Block a user