mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
fix: remove two unused vardecls (#26756)
This commit is contained in:
committed by
GitHub
parent
965b42bf51
commit
716428dfbf
@@ -61,7 +61,7 @@
|
||||
var/seed_modifier = 0
|
||||
if(seed)
|
||||
seed_modifier = round(seed.potency / 25)
|
||||
var/obj/item/stack/plank = new plank_type(user.loc, 1 + seed_modifier)
|
||||
new plank_type(user.loc, 1 + seed_modifier)
|
||||
to_chat(user, "<span class='notice'>You add the newly-formed [plank_name] to the stack.</span>")
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user