Quick pAI software buying tweak

This commit is contained in:
TungstenOxide
2017-09-15 22:27:15 -04:00
parent 58545d29f5
commit 571d7e44d3
@@ -130,8 +130,8 @@
if(available_software.Find(target))
var/cost = src.available_software[target]
if(ram >= cost)
ram -= cost
software.Add(target)
ram -= cost
else
temp = "Insufficient RAM available."
else