Skip to content

Commit

Permalink
Moor minor changes and skeleton for Rotdrone sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKillfish committed Jul 9, 2024
1 parent 4105351 commit 06973e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
M.attack_log += text("\[[time_stamp()]\] <font color='red'>attacked [key_name(src)]</font>")
src.attack_log += text("\[[time_stamp()]\] <font color='orange'>was attacked by [key_name(M)]</font>")
var/damage = rand(M.melee_damage_lower, M.melee_damage_upper)
var/dam_zone = pick("chest", "l_arm", "r_arm" "l_hand", "r_hand", "l_leg", "r_leg", "l_foot", "r_foot")
var/dam_zone = pick("chest", "l_arm", "r_arm", "l_hand", "r_hand", "l_leg", "r_leg", "l_foot", "r_foot")
apply_armoured_damage(damage, BRUTE, dam_zone)


Expand Down Expand Up @@ -1711,15 +1711,15 @@

/mob/living/carbon/human/on_knockedout_trait_gain(datum/source)
. = ..()

update_execute_hud()

return .

/mob/living/carbon/human/on_knockedout_trait_loss(datum/source)
. = ..()

update_execute_hud()

return .

Binary file modified icons/mob/xenos/drone.dmi
Binary file not shown.

0 comments on commit 06973e8

Please sign in to comment.