mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Revert "Revert "Garbage collection, asset delivery, icon2html revolution, and…" (#15816)
This reverts commit f6d0f62622.
This commit is contained in:
@@ -2097,14 +2097,14 @@ Departamental Swimsuits, for general use
|
||||
translocator_unequip(translocator, user)
|
||||
T.forceMove(src)
|
||||
translocator = T
|
||||
user.show_message("\icon[src][bicon(src)]*click!*")
|
||||
user.show_message("[icon2html(src, user.client)]*click!*")
|
||||
playsound(src, 'sound/machines/click.ogg', 30, 1)
|
||||
|
||||
/obj/item/clothing/head/fluff/nikki/proc/translocator_unequip(var/obj/item/device/perfect_tele/T, var/mob/living/carbon/human/user)
|
||||
if (translocator)
|
||||
if (user)
|
||||
user.put_in_hands(T)
|
||||
user.show_message("\icon[src][bicon(src)]*click!*")
|
||||
user.show_message("[icon2html(src, user.client)]*click!*")
|
||||
else
|
||||
translocator.forceMove(get_turf(src))
|
||||
translocator = null
|
||||
|
||||
@@ -1531,7 +1531,7 @@
|
||||
if(stored_item && opened && !searching)
|
||||
searching = TRUE
|
||||
if(do_after(user, 10))
|
||||
to_chat(user, "You find \icon[stored_item] [stored_item] in [src]!")
|
||||
to_chat(user, "You find [icon2html(stored_item, user.client)] [stored_item] in [src]!")
|
||||
stored_item.forceMove(get_turf(src))
|
||||
stored_item = null
|
||||
searching = FALSE
|
||||
|
||||
Reference in New Issue
Block a user