Small changes and merged with master following some recent additions to uplink items

Keeping it updated alongside master.
This commit is contained in:
AzuleUtama
2018-11-23 12:03:59 +00:00
parent c8fbdd4b42
commit 3bf5c482ce
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ var/list/world_uplinks = list()
if(!UI)
return
if(UI.limited_stock == 0)
to_chat(usr, "<span class='warning'>You have redeemed this discount already!</span>")
to_chat(usr, "<span class='warning'>You have redeemed this discount already.</span>")
return
UI.buy(src,usr)
if(UI.limited_stock > 0) // only decrement it if it's actually limited