mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Minor spelling fix in organs_internal.dm (#29474)
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
/datum/surgery_step/internal/manipulate_organs/extract/begin_step(mob/living/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
var/list/organs = target.get_organs_zone(target_zone)
|
||||
if(!length(organs))
|
||||
to_chat(user, "<span class='notice'>There are no removeable organs in [target]'s [parse_zone(target_zone)]!</span>")
|
||||
to_chat(user, "<span class='notice'>There are no removable organs in [target]'s [parse_zone(target_zone)]!</span>")
|
||||
return SURGERY_BEGINSTEP_SKIP
|
||||
|
||||
for(var/obj/item/organ/internal/O in organs)
|
||||
|
||||
Reference in New Issue
Block a user