mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Cleaned up a little oversight.
This commit is contained in:
@@ -54,9 +54,6 @@
|
||||
var/race_key = 0
|
||||
var/icon/icon_template
|
||||
|
||||
//Used for character generation fluff items.
|
||||
var/list/custom_gear_options
|
||||
|
||||
/datum/species/New()
|
||||
unarmed = new unarmed_type()
|
||||
|
||||
@@ -145,11 +142,6 @@
|
||||
reagent_tag = IS_UNATHI
|
||||
base_color = "#066000"
|
||||
|
||||
custom_gear_options = list(
|
||||
"Unathi robe" = /obj/item/clothing/suit/unathi/robe,
|
||||
"Unathi mantle" = /obj/item/clothing/suit/unathi/mantle
|
||||
)
|
||||
|
||||
/datum/species/tajaran
|
||||
name = "Tajaran"
|
||||
icobase = 'icons/mob/human_races/r_tajaran.dmi'
|
||||
@@ -175,11 +167,6 @@
|
||||
flesh_color = "#AFA59E"
|
||||
base_color = "#333333"
|
||||
|
||||
custom_gear_options = list(
|
||||
/obj/item/clothing/head/tajaran/scarf,
|
||||
/obj/item/clothing/suit/tajaran/furs
|
||||
)
|
||||
|
||||
/datum/species/skrell
|
||||
name = "Skrell"
|
||||
icobase = 'icons/mob/human_races/r_skrell.dmi'
|
||||
|
||||
Reference in New Issue
Block a user