Skip to content

Commit

Permalink
adherent armor
Browse files Browse the repository at this point in the history
Портируем с прошлого билда армор адхерантам
  • Loading branch information
Baneuus committed Jan 6, 2025
1 parent 451ee96 commit 1d0eb10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/utility_items/_utility_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "code/jobs.dm"
#include "code/bottom.dm"
#include "code/top.dm"
#include "code\skrell-ship.dm"
#include "code/skrell-ship.dm"
#include "code/adherent_armor.dm"

#endif
8 changes: 8 additions & 0 deletions mods/utility_items/code/adherent_armor.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/datum/species/adherent/New()
. = ..()
natural_armour_values = list(
melee = ARMOR_MELEE_RESISTANT,
laser = ARMOR_LASER_SMALL,
bullet = ARMOR_BALLISTIC_MINOR,
bomb = ARMOR_BOMB_PADDED
)

0 comments on commit 1d0eb10

Please sign in to comment.