mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
next set of spans (#16434)
* next set of spans * some more * next * next * next * . * text... * next... rest soon * . * . * ok last set for the night * . * . * . * . * some more * next * next * all for now * . * some more easy ones * some more easy ones * . * . * some more bolds * oups auto complete moment * add the remaining spans * this as well * this as well * . * ., * resync them properly
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
if(istype(I, /obj/item/material/ashtray))
|
||||
var/obj/item/material/ashtray/A = I
|
||||
if(A.contents.len > 0)
|
||||
user.visible_message("<b>\The [user]</b> empties \the [A] into [src].")
|
||||
user.visible_message(span_infoplain(span_bold("\The [user]") + " empties \the [A] into [src]."))
|
||||
for(var/obj/item/O in A.contents)
|
||||
O.forceMove(src)
|
||||
A.update_icon()
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
if(can_accept_item(O))
|
||||
M.drop_from_inventory(O)
|
||||
take_item(O)
|
||||
M.visible_message("<b>[M]</b> inserts [O] into [src].", "You insert [O] into [src].")
|
||||
M.visible_message(span_infoplain(span_bold("[M]") + " inserts [O] into [src]."), span_info("You insert [O] into [src]."))
|
||||
else
|
||||
to_chat(user, span_warning("\The [src] can't accept [O] for recycling."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user