mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Xenos use bodytype for species_restricted, Vox can wear softsuits.
Conflicts: code/modules/clothing/clothing.dm
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
species_restricted = list("exclude","Unathi","Tajara","Diona","Vox", "Xenomorph", "Xenomorph Drone", "Xenomorph Hunter", "Xenomorph Sentinel", "Xenomorph Queen")
|
species_restricted = list("exclude","Unathi","Tajara","Diona","Vox", "Xenomorph", "Xenomorph Drone", "Xenomorph Hunter", "Xenomorph Sentinel", "Xenomorph Queen")
|
||||||
if("Human")
|
if("Human")
|
||||||
species_restricted = list("exclude","Skrell","Unathi","Tajara","Diona","Vox", "Xenomorph", "Xenomorph Drone", "Xenomorph Hunter", "Xenomorph Sentinel", "Xenomorph Queen")
|
species_restricted = list("exclude","Skrell","Unathi","Tajara","Diona","Vox", "Xenomorph", "Xenomorph Drone", "Xenomorph Hunter", "Xenomorph Sentinel", "Xenomorph Queen")
|
||||||
|
|
||||||
else
|
else
|
||||||
species_restricted = list(target_species)
|
species_restricted = list(target_species)
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,9 @@
|
|||||||
var/weeds_heal_rate = 1 // Health regen on weeds.
|
var/weeds_heal_rate = 1 // Health regen on weeds.
|
||||||
var/weeds_plasma_rate = 5 // Plasma regen on weeds.
|
var/weeds_plasma_rate = 5 // Plasma regen on weeds.
|
||||||
|
|
||||||
|
/datum/species/xenos/get_bodytype()
|
||||||
|
return "Xenomorph"
|
||||||
|
|
||||||
/datum/species/xenos/get_random_name()
|
/datum/species/xenos/get_random_name()
|
||||||
return "alien [caste_name] ([alien_number])"
|
return "alien [caste_name] ([alien_number])"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user