mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user