The Gibber Now Drops 6 Meat Instead of 3 When Gibbing. (#25287)

* Update gibber.dm

* extra
This commit is contained in:
CRUNCH
2024-05-02 00:01:24 +00:00
committed by GitHub
parent 1feb21eed1
commit e19559ad54
@@ -242,7 +242,7 @@
animate(src, pixel_x = pixel_x + offset, time = 0.2, loop = gibtime * 5) //start shaking
var/slab_name = occupant.name
var/slab_count = 3
var/slab_count = 6
var/slab_type = /obj/item/food/snacks/meat/human //gibber can only gib humans on paracode, no need to check meat type
var/slab_nutrition = occupant.nutrition / 15