mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
why do I do this to myself
This commit is contained in:
+2
-2
@@ -152,7 +152,7 @@
|
||||
return S.get_icobase(H, get_deform)
|
||||
|
||||
/datum/species/protean/get_valid_shapeshifter_forms(var/mob/living/carbon/human/H)
|
||||
var/static/list/protean_shapeshifting_forms = GLOB.playable_species.Copy() -= SPECIES_PROMETHEAN
|
||||
var/static/list/protean_shapeshifting_forms = GLOB.playable_species.Copy() - SPECIES_PROMETHEAN
|
||||
return protean_shapeshifting_forms
|
||||
|
||||
/datum/species/protean/get_tail(var/mob/living/carbon/human/H)
|
||||
@@ -419,4 +419,4 @@ CHOMP Removal end*/
|
||||
. = ..()
|
||||
. += validstring
|
||||
. += registring
|
||||
#undef METAL_PER_TICK
|
||||
#undef METAL_PER_TICK
|
||||
|
||||
Reference in New Issue
Block a user