mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-17 03:03:44 +01:00
[MIRROR] More globals (#12341)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
38e634dce7
commit
d031fa3c4e
@@ -132,7 +132,7 @@
|
||||
|
||||
// Sets how much energy is drained to make each bullet
|
||||
/obj/item/ammo_magazine/smart/proc/set_production_cost(var/obj/item/ammo_casing/A)
|
||||
var/list/matters = ammo_repository.get_materials_from_object(A)
|
||||
var/list/matters = GLOB.ammo_repository.get_materials_from_object(A)
|
||||
var/tempcost
|
||||
for(var/key in matters)
|
||||
var/value = matters[key]
|
||||
|
||||
Reference in New Issue
Block a user