mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Cargo Material Purchasing (#19435)
* material sell tweaks * material purchases * test this * missing 50 spawners * fix * missing mats * oops --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -195,3 +195,15 @@
|
||||
/obj/fiftyspawner/plastitanium_glass
|
||||
name = "stack of plastitanium glass"
|
||||
type_to_spawn = /obj/item/stack/material/glass/plastitanium
|
||||
|
||||
/obj/fiftyspawner/aluminium
|
||||
name = "stack of aluminium"
|
||||
type_to_spawn = /obj/item/stack/material/aluminium
|
||||
|
||||
/obj/fiftyspawner/verdantium
|
||||
name = "stack of verdantium"
|
||||
type_to_spawn = /obj/item/stack/material/verdantium
|
||||
|
||||
/obj/fiftyspawner/painite
|
||||
name = "stack of painite"
|
||||
type_to_spawn = /obj/item/stack/material/painite
|
||||
|
||||
Reference in New Issue
Block a user