mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +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)
|
||||
Reference in New Issue
Block a user