mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user