Fixes energy sword dupe exploit (#17949)

* Update SuperBeepsky.dm

* Update code/modules/mob/living/simple_animal/bot/SuperBeepsky.dm

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>

* Update SuperBeepsky.dm

---------

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
This commit is contained in:
ynot01
2023-02-17 18:07:57 -05:00
committed by GitHub
parent 7a8a6689b6
commit a65d885b53

View File

@@ -147,7 +147,7 @@
drop_part(robot_arm, Tsec)
do_sparks(3, TRUE, src)
for(var/IS = 0 to 4)
for(var/IS = 1 to 4)
drop_part(baton_type, Tsec)
new /obj/effect/decal/cleanable/oil(Tsec)
qdel(src)