Removal of "The"

This commit is contained in:
AzuleUtama
2019-01-17 00:09:27 +00:00
parent ad8c1f11cd
commit 32cacc95ad
@@ -33,15 +33,15 @@
if(!..(user, 1))
return
if(!space_used)
to_chat(user, "<span class='notice'> \The [src] is empty.</span>")
to_chat(user, "<span class='notice'> [src] is empty.</span>")
else if(space_used <= max_combined_w_class*0.6)
to_chat(user, "<span class='notice'> \The [src] still has plenty of remaining space.</span>")
to_chat(user, "<span class='notice'> [src] still has plenty of remaining space.</span>")
else if(space_used <= max_combined_w_class*0.8)
to_chat(user, "<span class='notice'> \The [src] is beginning to run out of space.</span>")
to_chat(user, "<span class='notice'> [src] is beginning to run out of space.</span>")
else if(space_used < max_combined_w_class)
to_chat(user, "<span class='notice'> \The [src] doesn't have much space left.</span>")
to_chat(user, "<span class='notice'> [src] doesn't have much space left.</span>")
else
to_chat(user, "<span class='notice'> \The [src] is full.</span>")
to_chat(user, "<span class='notice'> [src] is full.</span>")
/*
* Backpack Types