mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Removes the empty type of /snacks (#26010)
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -388,11 +388,11 @@
|
||||
name = "implant an organ"
|
||||
allowed_tools = list(
|
||||
/obj/item/organ/internal = 100,
|
||||
/obj/item/food/snacks/organ = 0 // there for the flavor text
|
||||
/obj/item/food/organ = 0 // there for the flavor text
|
||||
)
|
||||
|
||||
/datum/surgery_step/internal/manipulate_organs/implant/begin_step(mob/living/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
if(istype(tool, /obj/item/food/snacks/organ))
|
||||
if(istype(tool, /obj/item/food/organ))
|
||||
to_chat(user, "<span class='warning'>[tool] was bitten by someone! It's too damaged to use!</span>")
|
||||
return SURGERY_BEGINSTEP_SKIP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user