Merge pull request #13859 from timothyteakettle/unlockable-loadout-items

unlockable loadout items
This commit is contained in:
silicons
2021-01-03 18:07:18 -07:00
committed by GitHub
13 changed files with 150 additions and 23 deletions
+2
View File
@@ -30,6 +30,8 @@
if(points)
if(I)
I.mining_points += points
if(usr.client)
usr.client.increment_progress("miner", points)
points = 0
else
to_chat(usr, "<span class='warning'>No ID detected.</span>")