mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
Clean up a bunch of undefined arg runtimes (#34105)
* Clean up a bunch of undefined arg runtimes Ensure subtypes have the appropriate arguments, do a bit of code cleanup and remove some uneeded emote procs that also caused runtimes * Fix up all calls to canUseTopic, add the dexterity flag * Runtime with missing force argument in borg unbuckle mob
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
return machinery_computer.update_icon()
|
||||
|
||||
// This thing is not meant to be used on it's own, get topic data from our machinery owner.
|
||||
//obj/item/device/modular_computer/processor/canUseTopic(user, state)
|
||||
//obj/item/device/modular_computer/processor/canUseTopic(atom/movable/M, be_close=FALSE, no_dextery=FALSE)
|
||||
// if(!machinery_computer)
|
||||
// return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user