[MIRROR] Panel port test [IDB IGNORE] (#10447)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-17 00:05:24 +01:00
committed by GitHub
co-authored by Kashargul
parent 2439279209
commit 2f698760c7
389 changed files with 4764 additions and 9001 deletions
+1 -1
View File
@@ -280,7 +280,7 @@
return splash_mob(target, amount * multiplier, copy) //Touch effects handled by splash_mob
if(isturf(target))
return trans_to_turf(target, amount, multiplier, copy)
if(isobj(target) && target.is_open_container() && !isbelly(target.loc)) //CHOMPEdit
if(isobj(target) && target.is_open_container() && !isbelly(target.loc))
return trans_to_obj(target, amount, multiplier, copy)
return 0
@@ -1,5 +1,3 @@
//CHOMP code for transfer specifically into vore bellies
/datum/reagents/proc/vore_trans_to_mob(var/mob/target, var/amount = 1, var/type = CHEM_VORE, var/multiplier = 1, var/copy = 0, var/obj/belly/target_belly = null) // Transfer after checking into which holder...
if(!target || !istype(target))
return