Skip to content

Commit

Permalink
Update _defines.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceniu authored Feb 2, 2025
1 parent cfa3e8d commit 3d0ec7b
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions modular_ss220/modules/old_station/code/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,20 @@ GLOBAL_LIST_EMPTY(safes)
owner = "charlie"

// suits and armor datums
/datum/armor/clothing_under/retro_sec

/datum/armor/clothing_under/retro
acid = 70
bio = 60
bomb = 15
bullet = 5
energy = 5
fire = 80
laser = 5
melee = 10
wound = 15
consume = 0

/datum/armor/clothing_under/retro/sec
acid = 10
bio = 10
bomb = 0
Expand All @@ -59,7 +72,7 @@ GLOBAL_LIST_EMPTY(safes)
wound = 10
consume = 0

/datum/armor/clothing_under/retro_eng
/datum/armor/clothing_under/retro/eng
acid = 40
bio = 10
bomb = 15
Expand All @@ -71,7 +84,7 @@ GLOBAL_LIST_EMPTY(safes)
wound = 10
consume = 0

/datum/armor/clothing_under/retro_sci
/datum/armor/clothing_under/retro/sci
acid = 70
bio = 20
bomb = 5
Expand All @@ -83,7 +96,7 @@ GLOBAL_LIST_EMPTY(safes)
wound = 5
consume = 0

/datum/armor/clothing_under/retro_med
/datum/armor/clothing_under/retro/med
acid = 30
bio = 60
bomb = 0
Expand Down

0 comments on commit 3d0ec7b

Please sign in to comment.