Skip to content

Commit

Permalink
EGO too strong for cleanbots no longer forces the user to drop it
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonmare authored Dec 31, 2024
1 parent abd63ad commit d701e57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/mob/living/simple_animal/bot/cleanbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@
if(istype(W, /obj/item/ego_weapon))
var/obj/item/ego_weapon/EW = W
if(!EW.CanUseEgo(src))
to_chat(user, span_notice("You try attaching \the [W] to \the [src]... but it falls off!"))
user.dropItemToGround(EW)
EW.forceMove(get_turf(src))
to_chat(user, span_notice("You try attaching \the [W] to \the [src]... but it refuses to stay on!"))
return FALSE
to_chat(user, span_notice("You start attaching \the [W] to \the [src]..."))
if(do_after(user, 25, target = src))
Expand Down

0 comments on commit d701e57

Please sign in to comment.