-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] [Modular] New Lockers! (Skyrat Edition) (#999)
* [Modular] New Lockers! (Skyrat Edition) [MDB IGNORE] (#25409) * moves sec lockers to use modular file * Removes redundant /station subtype from NTC Locker * consistency with other stuff + its converted now (YOU'RE THE LAZY ASSHAT, ASSHAT.) * blueshield consistency with other lockers/bags * resprite all the modular closets (that I'm willing to do) * stop being mean. Asshat. * Resprites wall lockers (separate file so they can have working overlays) * Even if these don't work here's the icons so I don't lose them (again) * Wall mounts can be rebuilt! Yahoo! * oh I should probably push these whoops * fixes animations * removes an EVIL icon override we had buried * ff maps --------- Co-authored-by: OrionTheFox <[email protected]> Co-authored-by: Iajret <[email protected]>
- Loading branch information
1 parent
00ed22b
commit 36908ce
Showing
21 changed files
with
110 additions
and
60 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
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
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
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
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
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
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
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
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
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
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
Binary file not shown.
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
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
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
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
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
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
22 changes: 4 additions & 18 deletions
22
modular_skyrat/modules/sec_haul/code/peacekeeper/peacekeeper_lockers.dm
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 |
---|---|---|
@@ -1,22 +1,8 @@ | ||
/obj/structure/closet/secure_closet/security | ||
icon = 'modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi' | ||
|
||
/obj/structure/closet/secure_closet/hos | ||
icon = 'modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi' | ||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi' | ||
|
||
/obj/structure/closet/secure_closet/warden | ||
icon = 'modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi' | ||
|
||
/obj/structure/closet/secure_closet/armory1 | ||
icon = 'modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi' | ||
icon_state = "armory" | ||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi' | ||
|
||
/obj/structure/closet/secure_closet/armory2 | ||
icon = 'modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi' | ||
icon_state = "armory" | ||
icon_door = null | ||
|
||
/obj/structure/closet/secure_closet/armory3 | ||
icon = 'modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi' | ||
icon_state = "armory" | ||
icon_door = null | ||
/obj/structure/closet/secure_closet/hos | ||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi' |
Binary file not shown.