mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-22 15:16:40 +01:00
game folder
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/item/stack/proc/merge(obj/item/stack/S) //Merge src into S, as much as possible
|
||||
if(S == src) //amusingly this can cause a stack to consume itself, let's not allow that.
|
||||
if(QDELETED(S) || S == src) //amusingly this can cause a stack to consume itself, let's not allow that.
|
||||
return
|
||||
var/transfer = get_amount()
|
||||
if(S.is_cyborg)
|
||||
|
||||
Reference in New Issue
Block a user