mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #41602 from swindly/word_crimes
Fixes more word crimes
This commit is contained in:
committed by
yogstation13-bot
parent
2187b086a7
commit
5a7079df7b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user