Deleting Unused Variables (Code Readability) (#18317)

* deleted

* was supposed to delete this before first commit
This commit is contained in:
KalevTait
2022-07-10 12:47:51 +01:00
committed by GitHub
parent 258cac66c0
commit 38679890ca
36 changed files with 20 additions and 64 deletions
@@ -24,8 +24,7 @@
var/target = null //its target. moves towards the target if it has one
var/last_failed_movement = 0//Will not move in the same dir if it couldnt before, will help with the getting stuck on fields thing
var/last_warning
var/consumedSupermatter = 0 //If the singularity has eaten a supermatter shard and can go to stage six
allow_spin = 0
var/consumedSupermatter = FALSE //If the singularity has eaten a supermatter shard and can go to stage six
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF | FREEZE_PROOF
/obj/singularity/Initialize(mapload, starting_energy = 50)