Adds sensitive hearing (#12151)

This commit is contained in:
Casper3667
2021-10-15 19:02:12 +02:00
committed by GitHub
parent 781ca0dd26
commit fb13f6615f
46 changed files with 330 additions and 59 deletions
+2 -1
View File
@@ -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)
+1
View File
@@ -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