mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user