next grep, no spaces (#17437)

* next grep, no spaces

* next few files

* fix that

* fix that
This commit is contained in:
Kashargul
2025-03-28 21:25:08 +01:00
committed by GitHub
parent 29d373d2b8
commit c30f2b9c49
84 changed files with 1058 additions and 1048 deletions
@@ -324,12 +324,12 @@
. = ..()
/**
* Called when someone slaps the machine with a mining voucher
*
* Arguments:
* * voucher - The voucher card item
* * redeemer - The person holding it
*/
* Called when someone slaps the machine with a mining voucher
*
* Arguments:
* * voucher - The voucher card item
* * redeemer - The person holding it
*/
/obj/machinery/mineral/equipment_vendor/proc/redeem_voucher(obj/item/mining_voucher/voucher, mob/redeemer)
var/selection = tgui_input_list(redeemer, "Pick your equipment", "Mining Voucher Redemption", list("Kinetic Accelerator", "Resonator", "Mining Drone", "Advanced Scanner", "Crusher"))
if(!selection || !Adjacent(redeemer) || voucher.loc != redeemer)