global to static (#47580)

* global to static

* get rid of a dead var
This commit is contained in:
Rob Bailey
2019-11-06 19:49:20 +01:00
committed by AnturK
parent 2a9dbee183
commit 8ea3632a96
8 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
shuttleId = "mining"
possible_destinations = "mining_home;mining_away;landing_zone_dock;mining_public"
no_destination_swap = 1
var/global/list/dumb_rev_heads = list()
var/static/list/dumb_rev_heads = list()
//ATTACK HAND IGNORING PARENT RETURN VALUE
/obj/machinery/computer/shuttle/mining/attack_hand(mob/user)