mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] fixes grammar on duffelbag spell (#2514)
* fixes grammar on duffelbag spell (#55943) fixes #55931 * fixes grammar on duffelbag spell Co-authored-by: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com>
This commit is contained in:
co-authored by
Tlaltecuhtli
parent
8295214e1c
commit
34719c8cb6
@@ -34,7 +34,7 @@
|
||||
|
||||
var/obj/item/storage/backpack/duffelbag/cursed/C = new get_turf(target)
|
||||
|
||||
target.visible_message("<span class='danger'>A stinky duffel bag appears on you!</span>", \
|
||||
target.visible_message("<span class='danger'>A stinky duffel bag appears on [target]!</span>", \
|
||||
"<span class='danger'>You feel something attaching itself to you!</span>")
|
||||
target.flash_act()
|
||||
if(target.dropItemToGround(target.back))
|
||||
|
||||
Reference in New Issue
Block a user