Adds salvage redemption machine (#30359)

* Adds salvage redemption machine

* Added flammable flag to credit redemption slip

* Linters

* Linters!

* Machine icon, animations, and spellcheck

* Better sprites + animation timing

* Removes vestigial code
This commit is contained in:
PollardTheDragon
2025-09-18 13:36:00 -04:00
committed by GitHub
parent 5285e0ad52
commit 9797083cdd
13 changed files with 225 additions and 31 deletions
+2
View File
@@ -9,6 +9,8 @@
hitsound = 'sound/items/handling/salvagepickup.ogg'
pickup_sound = 'sound/items/handling/salvagepickup.ogg'
drop_sound = 'sound/items/handling/salvagedrop.ogg'
/// How much is the salvage worth?
var/value = 100
/obj/item/salvage/examine(mob/user)
. = ..()