Recyclable Stock Parts (#12168)

This commit is contained in:
Geeves
2021-07-16 22:49:02 +02:00
committed by GitHub
parent 3ec255db36
commit 731fa90cc5
2 changed files with 7 additions and 0 deletions

View File

@@ -76,6 +76,7 @@
var/rating = STOCK_PART_BASIC
drop_sound = 'sound/items/drop/component.ogg'
pickup_sound = 'sound/items/pickup/component.ogg'
recyclable = TRUE
/obj/item/stock_parts/Initialize()
. = ..()

View File

@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "You can now recycle stock parts in an autolathe."