mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
fix(repath): Fixes ore satchels from picking up BS crystals
This commit is contained in:
committed by
CHOMPStation2
parent
c7d9c6b3be
commit
ed323a6950
@@ -19,5 +19,5 @@
|
||||
id = "bluespace_crystal"
|
||||
req_tech = list(TECH_BLUESPACE = 3, TECH_PHORON = 4)
|
||||
materials = list(MAT_DIAMOND = 1500, MAT_PHORON = 1500)
|
||||
build_path = /obj/item/weapon/ore/bluespace_crystal/artificial
|
||||
sort_string = "PAAAB"
|
||||
build_path = /obj/item/weapon/bluespace_crystal/artificial
|
||||
sort_string = "PAAAB"
|
||||
|
||||
Reference in New Issue
Block a user