mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Fixes tower cap logs being choppable in bags (#18939)
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
|
||||
/obj/item/grown/log/attackby(obj/item/W, mob/user, params)
|
||||
if(is_sharp(W))
|
||||
if(in_inventory)
|
||||
to_chat(user, "<span class='warning'>You need to place [src] on a flat surface to make [plank_name].</span>")
|
||||
return
|
||||
user.show_message("<span class='notice'>You make [plank_name] out of \the [src]!</span>", 1)
|
||||
var/seed_modifier = 0
|
||||
if(seed)
|
||||
|
||||
Reference in New Issue
Block a user