mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #9637 from VOREStation/Verkister-patch-6
Disables egg contamination
This commit is contained in:
@@ -105,6 +105,9 @@ var/list/gurgled_overlays = list(
|
||||
/obj/item/weapon/reagent_containers/food/gurgle_contaminate(var/atom/movable/item_storage = null)
|
||||
return FALSE
|
||||
|
||||
/obj/item/weapon/storage/vore_egg/gurgle_contaminate(var/atom/movable/item_storage = null)
|
||||
return FALSE
|
||||
|
||||
/obj/item/weapon/holder/gurgle_contaminate(var/atom/movable/item_storage = null)
|
||||
if(isbelly(loc))
|
||||
digest_act(item_storage)
|
||||
@@ -150,4 +153,4 @@ var/list/gurgled_overlays = list(
|
||||
if(pockets.contents)
|
||||
for(var/obj/item/O in pockets.contents)
|
||||
O.gurgle_contaminate(item_storage, contamination_flavor, contamination_color)
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user