Right let us try this again shall we (#27451)

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Chap
2024-12-02 17:56:22 +00:00
committed by GitHub
co-authored by Adrer
parent 4cbab3c82c
commit e47700f4ad
+3 -2
View File
@@ -118,8 +118,9 @@
RegisterSignal(mod.wearer, COMSIG_ATOM_EXITED, PROC_REF(on_exit))
RegisterSignal(mod.wearer, COMSIG_MOB_WILLINGLY_DROP, PROC_REF(dropkey))
else
to_chat(mod.wearer, "<span class='warning'>You can not extend the [device]!</span>")
mod.wearer.drop_item()
to_chat(mod.wearer, "<span class='warning'>You cannot extend [device]!</span>")
if(device.loc != src)
device.forceMove(src)
return FALSE
else
var/used_button = "Middle Click"