mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
sdfasd (#18589)
This commit is contained in:
@@ -1223,7 +1223,15 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
/obj/item/proc/throw_fail_consequences(var/mob/living/carbon/C)
|
||||
return
|
||||
|
||||
/**
|
||||
* Determines if the item can be used to cut down wood (trees and the likes)
|
||||
*
|
||||
* Return `TRUE` if it can, `FALSE` otherwise
|
||||
*/
|
||||
/obj/item/proc/can_woodcut()
|
||||
SHOULD_BE_PURE(TRUE)
|
||||
SHOULD_NOT_SLEEP(TRUE)
|
||||
|
||||
return FALSE
|
||||
|
||||
/obj/item/proc/is_shovel()
|
||||
|
||||
@@ -737,6 +737,9 @@
|
||||
|
||||
return TRUE
|
||||
|
||||
/obj/item/crowbar/rescue_axe/can_woodcut()
|
||||
return TRUE
|
||||
|
||||
/obj/item/crowbar/rescue_axe/red
|
||||
icon_state = "rescue_axe_red"
|
||||
item_state = "rescue_axe_red"
|
||||
|
||||
Reference in New Issue
Block a user