mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
Merge pull request #13658 from Heroman3003/stackruntime
fixes runtime with stack dna transfer
This commit is contained in:
@@ -333,7 +333,10 @@
|
|||||||
if (prob(transfer/orig_amount * 100))
|
if (prob(transfer/orig_amount * 100))
|
||||||
transfer_fingerprints_to(S)
|
transfer_fingerprints_to(S)
|
||||||
if(blood_DNA)
|
if(blood_DNA)
|
||||||
S.blood_DNA |= blood_DNA
|
if(S.blood_DNA)
|
||||||
|
S.blood_DNA |= blood_DNA
|
||||||
|
else
|
||||||
|
S.blood_DNA = blood_DNA.Copy()
|
||||||
return transfer
|
return transfer
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
. = ..()
|
. = ..()
|
||||||
. += "There [uses == 1 ? "is" : "are"] [uses] [material] [uses == 1 ? src.material.sheet_singular_name : src.material.sheet_plural_name] left for use."
|
. += "There [uses == 1 ? "is" : "are"] [uses] [material] [uses == 1 ? src.material.sheet_singular_name : src.material.sheet_plural_name] left for use."
|
||||||
|
|
||||||
/obj/item/weapon/material/sharpeningkit/Initialize()
|
/obj/item/weapon/material/sharpeningkit/New()
|
||||||
. = ..()
|
. = ..()
|
||||||
setrepair()
|
setrepair()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user