Penlights are universally pens (#19498)

* You're a pen, you're a light

* Update code/__DEFINES/is_helpers.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Might as well remove them

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
Vi3trice
2022-10-26 00:12:14 +01:00
committed by GitHub
co-authored by SteelSlayer
parent 890d4755fe
commit fc7e4847b3
5 changed files with 6 additions and 5 deletions
@@ -110,7 +110,7 @@
reagents.clear_reagents()
/obj/item/reagent_containers/glass/attackby(obj/item/I, mob/user, params)
if(is_pen(I) || istype(I, /obj/item/flashlight/pen))
if(is_pen(I))
var/t = rename_interactive(user, I)
if(!isnull(t))
label_text = t
@@ -149,7 +149,7 @@
. += "inject"
/obj/item/reagent_containers/iv_bag/attackby(obj/item/I, mob/user, params)
if(is_pen(I) || istype(I, /obj/item/flashlight/pen))
if(is_pen(I))
rename_interactive(user, I)
// PRE-FILLED IV BAGS BELOW