Refactors item_attack.dm

Refactors and cleans up item_attack.dm and related mob attack code
This commit is contained in:
mwerezak
2015-07-25 03:09:36 -04:00
parent 5bde64efde
commit 6ceffaacb5
11 changed files with 258 additions and 243 deletions
+1 -5
View File
@@ -613,8 +613,4 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
return
/obj/item/proc/pwr_drain()
return 0 // Process Kill
/obj/item/proc/resolve_attackby(atom/A, mob/source)
return A.attackby(src,source)
return 0 // Process Kill