mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-14 00:22:34 +01:00
Refactors item_attack.dm
Refactors and cleans up item_attack.dm and related mob attack code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user