From 2caf7e988ec0af6a7d5a54754d2c5a28e56743ee Mon Sep 17 00:00:00 2001 From: iramoye Date: Sat, 17 May 2025 08:58:27 -0500 Subject: [PATCH] Adds Instakill Rifle close examine text (#29128) * Added examine text * god help me * i did it * examine text change * fixes two words * i missed one letter are you kidding me. changes "lense" to "lens" Signed-off-by: iramoye --------- Signed-off-by: iramoye --- .../projectiles/guns/energy/special_eguns.dm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/modules/projectiles/guns/energy/special_eguns.dm b/code/modules/projectiles/guns/energy/special_eguns.dm index 16142f07ae6..ecebefce4f2 100644 --- a/code/modules/projectiles/guns/energy/special_eguns.dm +++ b/code/modules/projectiles/guns/energy/special_eguns.dm @@ -408,6 +408,20 @@ origin_tech = "combat=7;magnets=6" execution_speed = 2 SECONDS +/obj/item/gun/energy/laser/instakill/examine(mob/user) + . = ..() + . += "This gun gibs anyone it hits and destroys objects." + +/obj/item/gun/energy/laser/instakill/examine_more(mob/user) + . = ..() + . = list() + . += "Utilizing top-shelf Shellguard batteries, a sleek off-white chassis, and a dense enough lens to make an optometrist cry, this rifle fires laser bolts that can violently disassemble anyone it hits. You're still not sure when it would be useful, though." + . += "" + . += "Once quested for in days of old, this rifle and other treasures of the gods were sealed away in their palace in the sky. The once-open door was not simply locked, but taken away." + . += "" + . += "Who are we kidding, this is an admin-only weapon that instakills people. Go nuts. Have fun." + + /obj/item/gun/energy/laser/instakill/emp_act() //implying you could stop the instagib return