Skip to content

Commit

Permalink
on shift clcik kill counter
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Jan 23, 2024
1 parent 54f81aa commit fdb94c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Predalien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,11 @@ You must still listen to the queen.

return original_damage + kills * 2.5

/mob/living/carbon/xenomorph/predalien/get_examine_text(mob/user)
. = ..()
var/datum/behavior_delegate/predalien_base/predalienkills = behavior_delegate
var/kills = predalienkills.kills
. += "It has [kills] kills to its name!"



0 comments on commit fdb94c8

Please sign in to comment.