Merge pull request #41602 from swindly/word_crimes

Fixes more word crimes
This commit is contained in:
Jordan Brown
2018-11-21 09:44:00 -05:00
committed by yogstation13-bot
parent 2187b086a7
commit 5a7079df7b
23 changed files with 26 additions and 26 deletions

View File

@@ -696,7 +696,7 @@
if(!user.temporarilyRemoveItemFromInventory(I))
return
qdel(I)
to_chat(user, "<span class='notice'>You add some wheels to the [src]! You've got an honkbot assembly now! Honk!</span>")
to_chat(user, "<span class='notice'>You add some wheels to the [src]! You've got a honkbot assembly now! Honk!</span>")
var/obj/item/bot_assembly/honkbot/A = new
qdel(src)
user.put_in_hands(A)