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
-2
View File
@@ -74,8 +74,6 @@ won't update every console in existence) but it's more of a hassle to do. Also,
var/obj/machinery/r_n_d/protolathe/linked_lathe = null //Linked Protolathe
var/obj/machinery/r_n_d/circuit_imprinter/linked_imprinter = null //Linked Circuit Imprinter
var/screen = 1.0 //Which screen is currently showing.
var/menu = MENU_MAIN
var/submenu = SUBMENU_MAIN
var/wait_message = 0
@@ -211,7 +211,7 @@
if(candidates.len)
var/mob/C = pick(candidates)
SM.key = C.key
SM.universal_speak = 1
SM.universal_speak = TRUE
SM.faction = user.faction
SM.master_commander = user
SM.sentience_act()
@@ -266,7 +266,7 @@
to_chat(user, "<span class='notice'>You drink the potion then place your hands on [SM]...</span>")
user.mind.transfer_to(SM)
SM.universal_speak = 1
SM.universal_speak = TRUE
SM.faction = user.faction
SM.sentience_act() //Same deal here as with sentience
SM.can_collar = 1