mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user