mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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 <projecteternal1@gmail.com> --------- Signed-off-by: iramoye <projecteternal1@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user