mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixed bomberman runtime (#16827)
This commit is contained in:
@@ -1043,9 +1043,9 @@ var/global/list/arena_spawnpoints = list()//used by /mob/dead/observer/Logout()
|
||||
continue
|
||||
|
||||
var/mob/living/carbon/human/M = spawn_player(S.spawnpoint)
|
||||
M.ckey = C.ckey
|
||||
dress_player(M)
|
||||
M.stunned = 3
|
||||
M.ckey = C.ckey
|
||||
gladiators += M
|
||||
|
||||
if(S.player_mob)
|
||||
|
||||
Reference in New Issue
Block a user