mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Fixes borgs showing up in manifest in Misc category if they spawned roundstart
This commit is contained in:
@@ -284,7 +284,7 @@ var/global/datum/controller/gameticker/ticker
|
||||
var/mob/living/carbon/human/new_char = player.create_character()
|
||||
if(new_char)
|
||||
qdel(player)
|
||||
if(istype(new_char))
|
||||
if(istype(new_char) && !player.mind.assigned_role=="Cyborg")
|
||||
data_core.manifest_inject(new_char)
|
||||
//VOREStation Edit End
|
||||
|
||||
|
||||
Reference in New Issue
Block a user