Skip to content

Commit

Permalink
xeno buff smh
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 9, 2023
1 parent d6ba8c5 commit 2ca0b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/dead/observer/actions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

INVOKE_ASYNC(src, PROC_REF(remove_from), user)

/datum/action/ghost/xeno
action_icon_state = "ghost_xeno"

/datum/action/join_ert
name = "Join ERT"
action_icon_state = "join_ert"
Expand Down
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
notify_ghosts(header = "Last Xenomorph", message = "There is only one Xenomorph left: [X.name].", source = X, action = NOTIFY_ORBIT)

SEND_GLOBAL_SIGNAL(COMSIG_GLOB_XENO_DEATH, src, gibbed)
give_action(src, /datum/action/ghost/xeno)

/mob/living/carbon/xenomorph/gib(datum/cause_data/cause = create_cause_data("gibbing", src))
var/obj/effect/decal/remains/xeno/remains = new(get_turf(src))
Expand Down
Binary file modified icons/mob/hud/actions.dmi
Binary file not shown.

0 comments on commit 2ca0b77

Please sign in to comment.