This commit is contained in:
lolman360
2020-08-24 17:52:42 +10:00
parent ff5c4d779f
commit 94e24a9738
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -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!"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"