mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
fix #10617
This commit is contained in:
@@ -197,7 +197,7 @@ var/list/mechtoys = list(
|
|||||||
|
|
||||||
// Sell phoron and platinum
|
// Sell phoron and platinum
|
||||||
if(istype(A, /obj/item/stack))
|
if(istype(A, /obj/item/stack))
|
||||||
var/obj/item/stack/P
|
var/obj/item/stack/P = A
|
||||||
switch(P.get_material_name())
|
switch(P.get_material_name())
|
||||||
if("phoron") phoron_count += P.get_amount()
|
if("phoron") phoron_count += P.get_amount()
|
||||||
if("platinum") plat_count += P.get_amount()
|
if("platinum") plat_count += P.get_amount()
|
||||||
|
|||||||
Reference in New Issue
Block a user