Removes un-needed calls to RefreshParts() (#91564)

This commit is contained in:
SyncIt21
2025-06-19 06:16:56 +02:00
committed by GitHub
parent 4143bb5865
commit 6edc6d616a
10 changed files with 10 additions and 28 deletions
-3
View File
@@ -1047,9 +1047,6 @@
set_seed(null)
set_weedlevel(0) //Has a side effect of cleaning up those nasty weeds
return
else if(istype(O, /obj/item/storage/part_replacer))
RefreshParts()
return
else if(istype(O, /obj/item/gun/energy/floragun))
var/obj/item/gun/energy/floragun/flowergun = O
if(flowergun.cell.charge < flowergun.cell.maxcharge)