mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user