Skip to content

Commit

Permalink
mimic no sprint particles
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Apr 22, 2023
1 parent add3ee7 commit 13d09ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/mob/living/critter/mimic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

New()
..()
APPLY_ATOM_PROPERTY(src, PROP_MOB_NO_MOVEMENT_PUFFS, src)
src.face_image = icon('icons/misc/critter.dmi',"mimicface")
var/toolboxType =pick(25;/obj/item/storage/toolbox/mechanical, 25;/obj/item/storage/toolbox/emergency, 25;/obj/item/storage/toolbox/electrical, 24;/obj/item/storage/toolbox/artistic, 1;/obj/item/storage/toolbox/memetic)
var/obj/item/storage/toolbox/startDisguise = new toolboxType(null)
Expand Down

0 comments on commit 13d09ab

Please sign in to comment.