mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
co-authored by
warriorstar-orion
parent
e6e5f5ce36
commit
c6e164a643
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user