Fixes light replacer grammar.

This commit is contained in:
SabreML
2020-07-27 03:32:37 +01:00
parent 796516f496
commit 7da32e28ba
@@ -191,7 +191,7 @@
if(CanUse(U))
if(!Use(U))
return
to_chat(U, "<span class='notice'>You replace [target.fitting] with [src].</span>")
to_chat(U, "<span class='notice'>You replace the Light [target.fitting] with [src].</span>")
if(target.status != LIGHT_EMPTY)
AddShards(1, U)