TrilbySpaceClone
2019-12-07 01:53:55 -05:00
parent 0598c35d70
commit c4450579ac
41 changed files with 1045 additions and 263 deletions
+1 -13
View File
@@ -73,16 +73,4 @@
grind_results = list("aluminium" = 10)
/obj/item/trash/attack(mob/M, mob/living/user)
return
/obj/item/trash/coal
name = "lump of coal"
icon = 'icons/obj/mining.dmi'
icon_state = "slag"
desc = "Someone's gotten on the naughty list."
grind_results = list("carbon" = 20)
/obj/item/trash/coal/burn()
visible_message("[src] fuses into a diamond! Someone wasn't so naughty after all...")
new /obj/item/stack/ore/diamond(loc)
qdel(src)
return