mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Math is hard okay
This commit is contained in:
@@ -34,7 +34,8 @@
|
|||||||
|
|
||||||
//So now we add something like "Bread" = 3
|
//So now we add something like "Bread" = 3
|
||||||
if(ing.name in working_ing_list)
|
if(ing.name in working_ing_list)
|
||||||
working_ing_list[ing.name] = working_ing_list[ing.name]++
|
var/sofar = working_ing_list[ing.name]
|
||||||
|
working_ing_list[ing.name] = sofar+1
|
||||||
else
|
else
|
||||||
working_ing_list[ing.name] = 1
|
working_ing_list[ing.name] = 1
|
||||||
|
|
||||||
|
|||||||
@@ -723,7 +723,7 @@
|
|||||||
src.bitesize = 3
|
src.bitesize = 3
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/xenomeat
|
/obj/item/weapon/reagent_containers/food/snacks/xenomeat
|
||||||
name = "meat"
|
name = "xenomeat"
|
||||||
desc = "A slab of green meat. Smells like acid."
|
desc = "A slab of green meat. Smells like acid."
|
||||||
icon_state = "xenomeat"
|
icon_state = "xenomeat"
|
||||||
filling_color = "#43DE18"
|
filling_color = "#43DE18"
|
||||||
|
|||||||
Reference in New Issue
Block a user