The final action buttons PR (#16514)

* Make action button target datum

* Initial working action palette

* Action related refactors

* tgstation/tgstation/pull/71339
This commit is contained in:
ShadowLarkens
2024-10-26 13:20:54 +02:00
committed by GitHub
parent ed3bcd746c
commit dc3fd79427
46 changed files with 1374 additions and 453 deletions
+1 -2
View File
@@ -52,8 +52,7 @@
return
if(istype(src, /mob/living/carbon/human))
var/mob/living/carbon/human/H = src
H.hud_used = new /datum/hud(H)
H.create_mob_hud(H.hud_used)
new /datum/hud(H)
/datum/ai_holder
var/mob/living/holder = null // The mob this datum is going to control.