From cb2abd04187a32ba16596f2330f3ec72a2346d63 Mon Sep 17 00:00:00 2001 From: SconesC Date: Sun, 24 May 2015 15:31:49 -0700 Subject: [PATCH] Fixes typo and changes desc for clarity --- code/modules/projectiles/pins.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/projectiles/pins.dm b/code/modules/projectiles/pins.dm index 92e5326599b..10cafb43fb7 100644 --- a/code/modules/projectiles/pins.dm +++ b/code/modules/projectiles/pins.dm @@ -59,7 +59,7 @@ user.show_message(fail_message, 1) if(selfdestruct) user.show_message("SELF-DESTRUCTING...
", 1) - user << "Your [gun] explodes!" + user << "[gun] explodes!" explosion(get_turf(gun), -1, 0, 2, 3) if(gun) qdel(gun) @@ -99,7 +99,7 @@ /obj/item/device/firing_pin/implant/loyalty name = "loyalty firing pin" - desc = "This is a security firing pin which only authorizes users who are loyalty-implanted." + desc = "This Security firing pin authorizes the weapon for only loyalty-implanted users." icon_state = "firing_pin_loyalty" req_implant = /obj/item/weapon/implant/loyalty @@ -149,7 +149,7 @@ // When you want to keep your toys for youself. /obj/item/device/firing_pin/dna name = "DNA-keyed firing pin" - desc = "This is a DNA-locked firing pin which only authorizes one user." + desc = "This is a DNA-locked firing pin which only authorizes one user. Attempt to fire once to DNA-link." icon_state = "firing_pin_dna" fail_message = "DNA CHECK FAILED." var/unique_enzymes = null @@ -178,7 +178,7 @@ ..() /obj/item/device/firing_pin/dna/dredd - desc = "This is a DNA-locked firing pin which only authorizes one user. It has a small explosive charge on it." + desc = "This is a DNA-locked firing pin which only authorizes one user. Attempt to fire once to DNA-link. It has a small explosive charge on it." selfdestruct = 1