mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Quick pAI software buying tweak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user