Skip to content

Commit

Permalink
prevents gibbing (same as queen)
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Sep 14, 2024
1 parent a7a23fe commit 22dcde5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/King.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@

playsound(src, 'sound/weapons/alien_knockdown.ogg', 25, 1)

/mob/living/carbon/xenomorph/king/gib(datum/cause_data/cause = create_cause_data("gibbing", src))
death(cause, 1)

/datum/behavior_delegate/king_base
name = "Base King Behavior Delegate"

Expand Down

0 comments on commit 22dcde5

Please sign in to comment.