mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
* get_tool_quality has numerical meaning * Basic tools set tool quality * Toolspeed is replaced by tool quality checks * Addresses assorted results from live test * Extra cleanup
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
/mob/living/simple_mob
|
|
gib_on_butchery = TRUE
|
|
|
|
/mob/living/simple_mob/can_butcher(var/mob/user, var/obj/item/I) // Override for special butchering checks.
|
|
return ..() && I.sharp && I.edge |