mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[MIRROR] Panel port test [IDB IGNORE] (#10447)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2439279209
commit
2f698760c7
@@ -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
|
||||
Reference in New Issue
Block a user