Skip to content

Commit

Permalink
Merge pull request #3190 from RinPin/lazarus-nerf
Browse files Browse the repository at this point in the history
Lazarus Nerf
  • Loading branch information
Tk420634 authored Sep 28, 2023
2 parents 597f1d2 + 985bbc3 commit a9bd7bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
gender = MALE
a_intent = INTENT_HARM //So we can not move past them.
mob_biotypes = MOB_ORGANIC|MOB_BEAST
sentience_type = SENTIENCE_BOSS
robust_searching = TRUE
speak = list("ROAR!","Rawr!","GRRAAGH!","Growl!")
speak_emote = list("growls", "roars")
Expand Down Expand Up @@ -180,6 +181,7 @@
gender = MALE
a_intent = INTENT_HARM //So we can not move past them.
mob_biotypes = MOB_ORGANIC|MOB_BEAST
sentience_type = SENTIENCE_BOSS
robust_searching = TRUE
speak = list("ROAR!","Rawr!","GRRAAGH!","Growl!")
speak_emote = list("growls", "roars")
Expand Down
2 changes: 2 additions & 0 deletions modular_sunset/code/mob/renegade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
retreat_distance = 3
minimum_distance = 1
ranged = 1
sentience_type = SENTIENCE_BOSS
attack_verb_simple = "power-fists"
attack_sound = 'sound/weapons/slam.ogg'
extra_projectiles = 5
Expand Down Expand Up @@ -377,6 +378,7 @@
retreat_distance = 4
minimum_distance = 2
ranged = 1
sentience_type = SENTIENCE_BOSS
attack_verb_simple = "power-fists"
attack_sound = 'sound/weapons/slam.ogg'
extra_projectiles = 4
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui-panel.bundle.js

Large diffs are not rendered by default.

0 comments on commit a9bd7bb

Please sign in to comment.