Skip to content

Commit

Permalink
think that did something
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndicat-Meow committed Dec 26, 2024
1 parent b707e96 commit d7449b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/surgery/bodyparts/helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

/mob/living/carbon/proc/get_missing_limbs()
RETURN_TYPE(/list)
var/list/zone_list = GLOB.all_body_zones.Copy()
var/list/full = GLOB.all_body_zones.Copy()
for(var/zone in full)
if(get_bodypart(zone))
full -= zone
Expand All @@ -99,7 +99,7 @@
return list()

/mob/living/carbon/get_disabled_limbs()
var/list/zone_list = GLOB.all_body_zones.Copy()
var/list/full = GLOB.all_body_zones.Copy()
var/list/disabled = list()
for(var/zone in full)
var/obj/item/bodypart/affecting = get_bodypart(zone)
Expand Down
1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,6 @@
#include "code\datums\elements\light_blocking.dm"
#include "code\datums\elements\light_eaten.dm"
#include "code\datums\elements\light_eater.dm"
#include "code\datums\elements\living_limb_initialiser.dm"
#include "code\datums\elements\loomable.dm"
#include "code\datums\elements\mob_grabber.dm"
#include "code\datums\elements\mob_killed_tally.dm"
Expand Down

0 comments on commit d7449b3

Please sign in to comment.