mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes
This commit is contained in:
@@ -228,7 +228,6 @@
|
||||
reset()
|
||||
else
|
||||
alarm()
|
||||
return
|
||||
|
||||
//
|
||||
// Override AdjacentQuick for AltClicking
|
||||
|
||||
@@ -715,7 +715,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
if(!user.drop_item())
|
||||
return
|
||||
if(U.action(src))
|
||||
user.visible_message("<span class = 'notice'>[user] applied the [U] to [src].</span>", "<span class='notice'>You apply the [U] to [src].</span>")
|
||||
user.visible_message("<span class = 'notice'>[user] applied [U] to [src].</span>", "<span class='notice'>You apply [U] to [src].</span>")
|
||||
U.forceMove(src)
|
||||
else
|
||||
to_chat(user, "<span class='danger'>Upgrade error.</span>")
|
||||
|
||||
Reference in New Issue
Block a user