Fix missing period in the light replacer (#40274)

This commit is contained in:
Tad Hardesty
2018-09-15 02:55:49 -07:00
committed by Emmett Gaines
parent 4a727007e0
commit 7a666d92c2
@@ -97,7 +97,7 @@
if(!user.temporarilyRemoveItemFromInventory(W))
return
AddUses(round(increment*0.75))
to_chat(user, "<span class='notice'>You insert a shard of glass into the [src.name]. You have [uses] light\s remaining.</span>")
to_chat(user, "<span class='notice'>You insert a shard of glass into [src]. You have [uses] light\s remaining.</span>")
qdel(W)
return
@@ -112,7 +112,7 @@
else
if(!user.temporarilyRemoveItemFromInventory(W))
return
to_chat(user, "<span class='notice'>You insert the [L.name] into the [src.name]</span>")
to_chat(user, "<span class='notice'>You insert [L] into [src].</span>")
AddShards(1, user)
qdel(L)
return