mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds sensitive hearing (#12151)
This commit is contained in:
@@ -195,4 +195,5 @@
|
||||
for(var/sheet in stack_storage)
|
||||
if(stack_storage[sheet] >= stack_amt)
|
||||
new sheet(output, stack_amt)
|
||||
stack_storage[sheet] -= stack_amt
|
||||
stack_storage[sheet] -= stack_amt
|
||||
intent_message(MACHINE_SOUND)
|
||||
@@ -215,6 +215,7 @@ var/global/list/minevendor_list = list( //keep in order of price
|
||||
if(prize.amount != -1)
|
||||
prize.amount--
|
||||
new prize.equipment_path(get_turf(src))
|
||||
intent_message(MACHINE_SOUND)
|
||||
|
||||
updateUsrDialog()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user