mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
fixes mantis blade implant surgery (#28073)
* removed a internal organ check * equality for IPCs --------- Co-authored-by: Toastical <toastical@toaster.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -425,10 +425,6 @@
|
||||
to_chat(user, "<span class='notice'>[I] is in no state to be transplanted.</span>")
|
||||
return SURGERY_BEGINSTEP_SKIP
|
||||
|
||||
if(target.get_int_organ(I))
|
||||
to_chat(user, "<span class='warning'>[target] already has [I].</span>")
|
||||
return SURGERY_BEGINSTEP_SKIP
|
||||
|
||||
if(affected)
|
||||
user.visible_message(
|
||||
"[user] starts transplanting [tool] into [target]'s [affected.name].",
|
||||
|
||||
@@ -444,10 +444,6 @@
|
||||
to_chat(user, "<span class='notice'>[I] is in no state to be transplanted.</span>")
|
||||
return SURGERY_BEGINSTEP_SKIP
|
||||
|
||||
if(target.get_int_organ(I))
|
||||
to_chat(user, "<span class='warning'>[target] already has [I].</span>")
|
||||
return SURGERY_BEGINSTEP_SKIP
|
||||
|
||||
user.visible_message(
|
||||
"[user] begins reattaching [target]'s [tool].",
|
||||
"You start reattaching [target]'s [tool]."
|
||||
|
||||
Reference in New Issue
Block a user