Skip to content

Commit

Permalink
Variable name was taken
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte authored Oct 30, 2024
1 parent b5668ba commit 2f4706a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
var/heat_rate = 10 // how fast do we discharge heat
var/max_heat = 1000 //how much heat before ::fun:: happens
var/overloaded = 0 //have we cooked ourself
var/maintainable = 1 //todo, makes special energy weapons exempt
var/complexenergy = 1 //todo, makes special energy weapons exempt
var/lockout = 0 //todo, make only one person work on something at a time
max_integrity = 1200 //don't blow up before we're ready
obj_integrity = 1200
Expand Down

0 comments on commit 2f4706a

Please sign in to comment.