forked from DopplerShift13/DopplerShift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DopplerShift13#276 from W4rd3nn/elockers
[MODULAR] EMLocker and FireLocker Re-Sprite/Re-Balance
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/obj/structure/closet/emcloset | ||
desc = "A sturdy closet to store breach control equipment and materials. It could probably protect you from dangerous air pressure." | ||
icon = 'modular_doppler/sprite_swaps/icons/elockers.dmi' | ||
max_integrity = 300 | ||
contents_pressure_protection = 1 | ||
door_anim_time = 0 | ||
max_mob_size = MOB_SIZE_LARGE | ||
mob_storage_capacity = 4 | ||
storage_capacity = 45 | ||
|
||
/obj/structure/closet/firecloset | ||
desc = "A sturdy closet to store fire suppression equipment and materials. It could probably protect you from dangerous ambient temperatures." | ||
icon = 'modular_doppler/sprite_swaps/icons/elockers.dmi' | ||
max_integrity = 300 | ||
contents_thermal_insulation = 1 | ||
door_anim_time = 0 | ||
max_mob_size = MOB_SIZE_LARGE | ||
mob_storage_capacity = 4 | ||
storage_capacity = 45 | ||
armor_type = /datum/armor/fire_closet | ||
|
||
/datum/armor/fire_closet | ||
melee = 20 | ||
bullet = 10 | ||
laser = 10 | ||
bomb = 10 | ||
fire = 100 | ||
acid = 60 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters