Makes everything work

This commit is contained in:
Crazylemon64
2016-03-09 20:43:13 -08:00
parent 55e527b303
commit f2e21ab267
4 changed files with 6 additions and 9 deletions
@@ -174,6 +174,7 @@
var/datum/tech/tech = disk.stored
var/cost = tech.getCost(shuttle_master.techLevels[tech.id])
world << "Disk tech: [tech.id], Disk worth: [cost]"
if(cost)
shuttle_master.techLevels[tech.id] = tech.level
shuttle_master.points += cost