Skip to content

Commit

Permalink
Merge pull request DopplerShift13#276 from W4rd3nn/elockers
Browse files Browse the repository at this point in the history
[MODULAR] EMLocker and FireLocker Re-Sprite/Re-Balance
  • Loading branch information
Nerev4r authored Dec 7, 2024
2 parents 7da0810 + 8f195ff commit e7c21bb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions modular_doppler/sprite_swaps/code/bigclosets.dm
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 added modular_doppler/sprite_swaps/icons/elockers.dmi
Binary file not shown.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7187,6 +7187,7 @@
#include "modular_doppler\religion\code\mind.dm"
#include "modular_doppler\religion\code\religious_sects.dm"
#include "modular_doppler\research\designs\limbgrower_designs.dm"
#include "modular_doppler\sprite_swaps\code\bigclosets.dm"
#include "modular_doppler\stone\code\ore_veins.dm"
#include "modular_doppler\stone\code\stone.dm"
#include "modular_doppler\tableflip\tableflip.dm"
Expand Down

0 comments on commit e7c21bb

Please sign in to comment.