mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
fixes descending pt1
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
icon_greyscale = 'icons/mob/human/species/lizard/bodyparts.dmi'
|
||||
limb_id = SPECIES_LIZARD
|
||||
|
||||
/* SKYRAT EDIT REMOVAL - MOVED TO MODULAR MUTANT_BODYPARTS.DM
|
||||
/// Checks if this mob is wearing anything that does not have a valid sprite set for digitigrade legs
|
||||
/// (In other words, is the mob's digitigrade body squished by its clothing?)
|
||||
/mob/living/carbon/proc/is_digitigrade_squished()
|
||||
@@ -99,4 +98,3 @@
|
||||
/obj/item/bodypart/leg/right/digitigrade/update_limb(dropping_limb = FALSE, is_creating = FALSE)
|
||||
. = ..()
|
||||
limb_id = owner?.is_digitigrade_squished() ? SPECIES_LIZARD : BODYPART_ID_DIGITIGRADE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user