Skip to content

Commit

Permalink
Update xenomorph.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BOBAMAx committed Jan 25, 2025
1 parent 77a02bb commit 975c9f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/game/jobs/job/antag/xeno/xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@
human_to_transform.set_stat(UNCONSCIOUS)
human_to_transform.forceMove(get_turf(pick(GLOB.xeno_spawns)))

var/list/survivor_types = list(
/datum/equipment_preset/survivor/scientist,
/datum/equipment_preset/survivor/doctor,
/datum/equipment_preset/survivor/security,
/datum/equipment_preset/survivor/engineer
)
var/list/survivor_types = SSmapping.configs[GROUND_MAP].survivor_types
arm_equipment(human_to_transform, pick(survivor_types), FALSE, FALSE)

for(var/obj/item/device/radio/radio in human_to_transform.contents_recursive())
Expand Down

0 comments on commit 975c9f9

Please sign in to comment.