[MIRROR] Remove 2 instances of duplicate argument names (#26716)

* Remove 2 instances of duplicate argument names (#81757)

## About The Pull Request

I fixed 2 instances of procs having multiple arguments with the same
name. BYOND does not error on these, instead ignoring all but the last.
It's best to remove these for clarity.

## Why It's Good For The Game

N/A

---------

Co-authored-by: san7890 <the@ san7890.com>

* Remove 2 instances of duplicate argument names

---------

Co-authored-by: wixoa <wixoag@gmail.com>
Co-authored-by: san7890 <the@ san7890.com>
This commit is contained in:
SkyratBot
2024-03-05 17:31:04 -05:00
committed by GitHub
co-authored by san7890 wixoa
parent dcb2d6754d
commit 6cb52ccd22
3 changed files with 6 additions and 7 deletions
@@ -55,7 +55,6 @@
max_total_storage,
list/canhold,
list/canthold,
storage_type = /datum/storage,
storage_type,
)
// If no type was passed in, default to what we already have