mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Some refactors, DMDoc and UT (#18365)
* dsfa * accessories fix * fixed "has been hit by" message with intent check * sdfa
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
if(!output)
|
||||
output = get_step(src, dir)
|
||||
|
||||
/obj/machinery/mineral/unloading_machine/attackby(obj/item/I, mob/user)
|
||||
if(default_deconstruction_screwdriver(user, I))
|
||||
/obj/machinery/mineral/unloading_machine/attackby(obj/item/attacking_item, mob/user)
|
||||
if(default_deconstruction_screwdriver(user, attacking_item))
|
||||
return
|
||||
if(default_deconstruction_crowbar(user, I))
|
||||
if(default_deconstruction_crowbar(user, attacking_item))
|
||||
return
|
||||
if(default_part_replacement(user, I))
|
||||
if(default_part_replacement(user, attacking_item))
|
||||
return
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user