[MIRROR] Added an examine message to wired glass tiles [MDB IGNORE] (#9861)

* Added an examine message to wired glass tiles (#63175)

I thought that not being able to place those tiles were a bug. Seems like it's a feature.

* Added an examine message to wired glass tiles

Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-03 22:56:26 +01:00
committed by GitHub
parent b82b1a0dcd
commit e55fb78f94

View File

@@ -14,6 +14,10 @@
grind_results = list(/datum/reagent/silicon = 20, /datum/reagent/copper = 5)
merge_type = /obj/item/stack/light_w
/obj/item/stack/light_w/examine(mob/user)
. = ..()
. += span_warning("The [name] looks unfinished, add <b>iron</b> to complete it.")
/obj/item/stack/light_w/attackby(obj/item/O, mob/user, params)
if(istype(O, /obj/item/stack/sheet/iron))
var/obj/item/stack/sheet/iron/M = O