Cargo MDF crate and bin sprite swap (#34584)

* removes sprites and changes sprites

removes mothership bins and weapon crate sprites, changes names on the old supplypack entries to better reflect  changes (I.E. MDF standard armor bin is now MDF standard armor locker) replaces sprites of the bins and weapon lockers with the ones from the mothership lab vault

* fixes extra frame in MDF crate

deletes an extra frame in ayy2 crate as requested by optimism
This commit is contained in:
Manopolis Jones
2023-07-13 20:49:04 -04:00
committed by GitHub
parent 30d5c9d7fa
commit 5fa92f23ad
3 changed files with 6 additions and 51 deletions

View File

@@ -164,23 +164,6 @@
/obj/structure/closet/crate/bin/wrenchable()
return TRUE
/obj/structure/closet/crate/ayybin
desc = "A large bin."
name = "Mothership Large bin"
icon = 'icons/obj/storage/storage.dmi'
icon_state = "ayybin"
density = 1
icon_opened = "ayybinopen"
icon_closed = "ayybin"
/obj/structure/closet/crate/ayybin/attackby(var/obj/item/weapon/W, var/mob/user)
if(W.is_wrench(user) && wrenchable())
return wrenchAnchor(user, W)
..()
/obj/structure/closet/crate/ayybin/wrenchable()
return TRUE
/obj/structure/closet/crate/radiation
desc = "A crate with a radiation sign on it."
name = "Radioactive gear crate"
@@ -199,15 +182,6 @@
icon_opened = "weaponcrateopen"
icon_closed = "weaponcrate"
/obj/structure/closet/crate/secure/ayyweapon
desc = "A secure mothership weapons crate."
name = "Mothership Weapons crate"
icon = 'icons/obj/storage/storage.dmi'
icon_state = "ayyweaponcrate"
density = 1
icon_opened = "ayyweaponcrateopen"
icon_closed = "ayyweaponcrate"
/obj/structure/closet/crate/secure/plasma
desc = "A secure plasma crate."
name = "Plasma crate"
@@ -255,25 +229,6 @@
/obj/structure/closet/crate/secure/bin/wrenchable()
return TRUE
/obj/structure/closet/crate/secure/ayybin
desc = "A secure bin."
name = "Mothership Secure bin"
icon_state = "ayybinsecure"
icon_opened = "ayybinsecureopen"
icon_closed = "ayybinsecure"
redlight = "largebinr"
greenlight = "largebing"
sparks = "largebinsparks"
emag = "largebinemag"
/obj/structure/closet/crate/secure/ayybin/attackby(var/obj/item/weapon/W, var/mob/user)
if(W.is_wrench(user) && wrenchable())
return wrenchAnchor(user, W)
..()
/obj/structure/closet/crate/secure/ayybin/wrenchable()
return TRUE
/obj/structure/closet/crate/secure/large
name = "large crate"
desc = "A hefty metal crate with an electronic locking system."