From 9c71763225fff1f59d1772f03aa0a78f094c839a Mon Sep 17 00:00:00 2001 From: Poojawa Date: Wed, 14 Feb 2018 10:44:29 -0600 Subject: [PATCH] fixes duplicate issues --- modular_citadel/code/game/objects/ids.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/game/objects/ids.dm b/modular_citadel/code/game/objects/ids.dm index 68c40b34ec..dc8f38bd25 100644 --- a/modular_citadel/code/game/objects/ids.dm +++ b/modular_citadel/code/game/objects/ids.dm @@ -66,10 +66,9 @@ uses-- if(uses<1) - user.visible_message("[src] fizzles and sparks. it is now burned out.") + user.visible_message("[src] fizzles and sparks. It's burned out!") user.dropItemToGround(src) var/obj/item/card/emag_broken/junk = new(user.loc) junk.add_fingerprint(user) qdel(src) - return - ..() \ No newline at end of file + return \ No newline at end of file