Skip to content

Commit

Permalink
Fixed the cicatrix ritual not calling back to actually delete items i…
Browse files Browse the repository at this point in the history
…f it has a skin instead of a full to rip skin off (#2271)
  • Loading branch information
ThePooba authored Jun 15, 2024
1 parent 59c93fb commit 697035a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ GLOBAL_LIST_INIT(heretic_start_knowledge, initialize_starting_knowledge())
/datum/heretic_knowledge/codex_cicatrix/cleanup_atoms(list/selected_atoms)
var/mob/living/body = locate() in selected_atoms
if(!body)
return
return ..()
// A golem or an android doesn't have skin!
var/exterior_text = "skin"
// If carbon, it's the limb. If not, it's the body.
Expand Down

0 comments on commit 697035a

Please sign in to comment.