mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes a roundstart runtime
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
possible_transfer_amounts = list(1,20)
|
possible_transfer_amounts = list(1,20)
|
||||||
amount_per_transfer_from_this = 1
|
amount_per_transfer_from_this = 1
|
||||||
volume = 20
|
volume = 20
|
||||||
center_of_mass = null
|
center_of_mass = list()
|
||||||
on_reagent_change() return
|
on_reagent_change() return
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker //Seperate from above since it's a small shaker rather then
|
/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker //Seperate from above since it's a small shaker rather then
|
||||||
|
|||||||
Reference in New Issue
Block a user