Changed alternate appearances to /datum/atom_hud s (#26289)

* Changed alternate appearances to  /datum/hud s

* Added hashset behavior to the /datum/data_hud/var/hudusers list
This commit is contained in:
Cruix
2017-04-23 20:25:52 +02:00
committed by AnturK
parent df0814c66a
commit f0a8ca68db
11 changed files with 115 additions and 177 deletions
+1 -1
View File
@@ -262,7 +262,7 @@
/obj/item/weapon/twohanded/required/kirbyplants/equipped(mob/living/user)
var/image/I = image(icon = 'icons/obj/flora/plants.dmi' , icon_state = src.icon_state, loc = user)
I.override = 1
user.add_alt_appearance("sneaking_mission", I, GLOB.player_list)
add_alt_appearance(/datum/atom_hud/alternate_appearance/basic/everyone, "sneaking_mission", I)
..()
/obj/item/weapon/twohanded/required/kirbyplants/dropped(mob/living/user)