mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Teshari Now Have Upper Bodies
Fixes a long standing bug. Turns out BP_CHEST is undefined and the compiler never caught it for some reason.
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
cold_discomfort_level = 180
|
cold_discomfort_level = 180
|
||||||
|
|
||||||
has_limbs = list(
|
has_limbs = list(
|
||||||
BP_CHEST = list("path" = /obj/item/organ/external/chest),
|
BP_TORSO = list("path" = /obj/item/organ/external/chest),
|
||||||
BP_GROIN = list("path" = /obj/item/organ/external/groin),
|
BP_GROIN = list("path" = /obj/item/organ/external/groin),
|
||||||
BP_HEAD = list("path" = /obj/item/organ/external/head/seromi),
|
BP_HEAD = list("path" = /obj/item/organ/external/head/seromi),
|
||||||
BP_L_ARM = list("path" = /obj/item/organ/external/arm),
|
BP_L_ARM = list("path" = /obj/item/organ/external/arm),
|
||||||
|
|||||||
Reference in New Issue
Block a user