Initialise a var

Did a dumb and forgot to define Cargo_points var. >W>
This commit is contained in:
TheFurryFeline
2019-02-24 17:15:47 -05:00
committed by GitHub
parent 0806e17459
commit ff26b60240
+1
View File
@@ -70,6 +70,7 @@
endWhen = activeFor // End early becuase we're done already!
/datum/event/supply_demand/end()
var/Cargo_points = null
running_demand_events -= src
// Check if the crew succeeded or failed!
if(required_items.len == 0)