This commit is contained in:
SabreML
2020-08-31 22:43:41 +01:00
parent 7e0315115b
commit 6d9830d36d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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>")