mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Merge pull request #7343 from SamHPurp/Fixes-superfluous-bracket
Fixes a superfluous bracket
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
if(isturf(placed_in))
|
||||
to_chat(H, "<span class='notice'>Placing \the [G] on [placed_in]!</span>")
|
||||
else
|
||||
to_chat(H, "<span class='noticed'>Placing \the [G] in [placed_in.name]]")
|
||||
to_chat(H, "<span class='noticed'>Placing \the [G] in [placed_in.name]")
|
||||
continue
|
||||
if(H.equip_to_appropriate_slot(G))
|
||||
to_chat(H, "<span class='notice'>Placing \the [G] in your inventory!</span>")
|
||||
|
||||
Reference in New Issue
Block a user