Fixed motor IO and Stat persistence
This commit is contained in:
parent
374a9ae0bc
commit
d31d618e2d
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ class TileBattery extends SpatialTile(Material.iron) with TIO with TElectric wit
|
|||
{
|
||||
if (player.isSneaking)
|
||||
{
|
||||
//Temporary AC frequency testing feature
|
||||
electricNode.frequency = (electricNode.frequency + 10) % 60
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue