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