anvillan
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
//////////////////// Paperwork and Writing Supplies //////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/datum/supply_pack/misc/anvil
|
||||
name = "Anvil Crate"
|
||||
desc = "An anvil in a crate, we had to dig this out of the old warehouse. It's got wheels on it so you can move it."
|
||||
cost = 7500
|
||||
contains = list(/obj/structure/anvil/obtainable/basic)
|
||||
|
||||
/datum/supply_pack/misc/artsupply
|
||||
name = "Art Supplies"
|
||||
desc = "Make some happy little accidents with six canvasses, two easels, two boxes of crayons, and a rainbow crayon!"
|
||||
|
||||
@@ -252,7 +252,7 @@
|
||||
name = "anvil"
|
||||
desc = "An anvil. It's got wheels bolted to the bottom."
|
||||
anvilquality = 0
|
||||
itemqualitymax = 5
|
||||
itemqualitymax = 6
|
||||
|
||||
/obj/structure/anvil/obtainable/ratvar
|
||||
name = "brass anvil"
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
qualname = "shoddy"
|
||||
if(-1000 to -1)
|
||||
qualname = "poor"
|
||||
if(0)
|
||||
if(-1 to 1)
|
||||
qualname = "normal"
|
||||
if(10 to INFINITY)
|
||||
qualname = "legendary"
|
||||
|
||||
Reference in New Issue
Block a user