mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
dmdoc: Some cleanups. (#27242)
* dmdoc: Some cleanups. * satisfy check_grep
This commit is contained in:
@@ -120,8 +120,8 @@
|
||||
/** Checks whether this stack can merge itself into another stack.
|
||||
*
|
||||
* Arguments:
|
||||
* - [check][/obj/item/stack]: The stack to check for mergeability.
|
||||
* - [inhand][boolean]: Whether or not the stack to check should act like it's in a mob's hand.
|
||||
* - check: The [/obj/item/stack] to check for mergeability.
|
||||
* - inhand: `TRUE` if the stack should check should act like it's in a mob's hand, `FALSE` otherwise.
|
||||
*/
|
||||
/obj/item/stack/proc/can_merge(obj/item/stack/check, inhand = FALSE)
|
||||
// We don't only use istype here, since that will match subtypes, and stack things that shouldn't stack
|
||||
|
||||
Reference in New Issue
Block a user