Basic gutlunch and goldgrub (#30032)

* Goldgrubs

* Gutlunches, breeding code, goldgrub fixes

* Lints

* Extra define

* Config screwup

* Linters again

* Oops

* Gets rid of extra kangaroo

* Formatting and grammar

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
PollardTheDragon
2025-08-25 17:52:42 +00:00
committed by GitHub
co-authored by warriorstar-orion
parent e6e5f5ce36
commit c6e164a643
22 changed files with 587 additions and 265 deletions
+1 -1
View File
@@ -307,7 +307,7 @@
return to_transfer
/obj/item/stack/proc/split(mob/user, amount)
var/obj/item/stack/material = new type(loc, amount)
var/obj/item/stack/material = new type(loc, amount, FALSE)
material.copy_evidences(src)
if(isliving(user))
add_fingerprint(user)