Fixes meat hard dels, fixes new player hard del (#37641)

* Fixes meat hard dels, fixes new player holdover ref

* box

* you know what i'm not smart enough

* better

* Update atoms.dm

Unit tests?

* this is fine for now?

* it just works lol

* .dme
This commit is contained in:
ShiftyRail
2025-05-27 20:02:39 +01:00
committed by GitHub
parent 7e6072b5ae
commit 053868ccd4
15 changed files with 59 additions and 12 deletions

View File

@@ -841,6 +841,12 @@
/mob/new_player/Move(NewLoc, Dir = 0, step_x = 0, step_y = 0, glide_size_override = 0)
return 0
/mob/new_player/Destroy()
var/datum/gamemode/dynamic/dyn_mode = ticker.mode
if (istype(dyn_mode))
for (var/datum/dynamic_ruleset/DR in dyn_mode.roundstart_rules)
DR.candidates.Remove(src)
return ..()
/mob/proc/close_spawn_windows()
src << browse(null, "window=latechoices") //closes late choices window