mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Improved to_chat debug message (#4795)
Also fixed a couple related, minor bugs
This commit is contained in:
@@ -531,11 +531,12 @@ obj/item/toy/cards/deck/MouseDrop(atom/over_object)
|
||||
if(!remove_item_from_storage(M))
|
||||
M.unEquip(src)
|
||||
M.put_in_l_hand(src)
|
||||
else if("r_hand")
|
||||
to_chat(usr, "<span class='notice'>You pick up the deck.</span>")
|
||||
if("r_hand")
|
||||
if(!remove_item_from_storage(M))
|
||||
M.unEquip(src)
|
||||
M.put_in_r_hand(src)
|
||||
to_chat(usr, "<span class='notice'>You pick up the deck.</span>")
|
||||
to_chat(usr, "<span class='notice'>You pick up the deck.</span>")
|
||||
else
|
||||
to_chat(usr, "<span class='notice'>You can't reach it from here.</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user