mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
97 lines
2.1 KiB
Plaintext
97 lines
2.1 KiB
Plaintext
//see /code/game/objects/items/stacks/fifty_spawner.dm for details on this
|
|
|
|
/obj/fiftyspawner/iron
|
|
name = "stack of iron"
|
|
material = "material/iron"
|
|
|
|
/obj/fiftyspawner/sandstone
|
|
name = "stack of sandstone"
|
|
material = "material/sandstone"
|
|
|
|
/obj/fiftyspawner/marble
|
|
name = "stack of marble"
|
|
material = "material/marble"
|
|
|
|
/obj/fiftyspawner/diamond
|
|
name = "stack of diamond"
|
|
material = "material/diamond"
|
|
|
|
/obj/fiftyspawner/uranium
|
|
name = "stack of uranium"
|
|
material = "material/uranium"
|
|
|
|
/obj/fiftyspawner/phoron
|
|
name = "stack of phoron"
|
|
material = "material/phoron"
|
|
|
|
/obj/fiftyspawner/plastic
|
|
name = "stack of plastic"
|
|
material = "material/plastic"
|
|
|
|
/obj/fiftyspawner/gold
|
|
name = "stack of gold"
|
|
material = "material/gold"
|
|
|
|
/obj/fiftyspawner/silver
|
|
name = "stack of silver"
|
|
material = "material/silver"
|
|
|
|
/obj/fiftyspawner/platinum
|
|
name = "stack of platinum"
|
|
material = "material/platinum"
|
|
|
|
/obj/fiftyspawner/mhydrogen
|
|
name = "stack of mhydrogen"
|
|
material = "material/mhydrogen"
|
|
|
|
/obj/fiftyspawner/tritium
|
|
name = "stack of tritium"
|
|
material = "material/tritium"
|
|
|
|
/obj/fiftyspawner/osmium
|
|
name = "stack of osmium"
|
|
material = "material/osmium"
|
|
|
|
/obj/fiftyspawner/steel
|
|
name = "stack of steel"
|
|
material = "material/steel"
|
|
|
|
/obj/fiftyspawner/plasteel
|
|
name = "stack of plasteel"
|
|
material = "material/plasteel"
|
|
|
|
/obj/fiftyspawner/durasteel
|
|
name = "stack of durasteel"
|
|
material = "material/durasteel"
|
|
|
|
/obj/fiftyspawner/wood
|
|
name = "stack of wood"
|
|
material = "material/wood"
|
|
|
|
/obj/fiftyspawner/cloth
|
|
name = "stack of cloth"
|
|
material = "material/cloth"
|
|
|
|
/obj/fiftyspawner/cardboard
|
|
name = "stack of cardboard"
|
|
material = "material/cardboard"
|
|
|
|
/obj/fiftyspawner/leather
|
|
name = "stack of leather"
|
|
material = "material/leather"
|
|
|
|
/obj/fiftyspawner/glass
|
|
name = "stack of glass"
|
|
material = "material/glass"
|
|
|
|
/obj/fiftyspawner/rglass
|
|
name = "stack of reinforced glass"
|
|
material = "material/glass/reinforced"
|
|
|
|
/obj/fiftyspawner/phoronglass
|
|
name = "stack of borosilicate glass"
|
|
material = "material/glass/phoronglass"
|
|
|
|
/obj/fiftyspawner/phoronrglass
|
|
name = "stack of reinforced borosilicate glass"
|
|
material = "material/glass/phoronrglass" |