mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 19:12:31 +01:00
Adds horsehalf saddlebag in loadout.
Shouuuld let you get a bag sprited for horsetaurs in loadout accessories.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//Taur Bags
|
||||
/obj/item/weapon/storage/backpack/saddlebag
|
||||
name = "Saddlebag"
|
||||
desc = "A saddle that holds items."
|
||||
icon = 'icons\obj\storage_vr.dmi'
|
||||
icon_override = 'icons/mob/back_vr.dmi'
|
||||
item_state = "saddlebag"
|
||||
icon_state = "saddlebag"
|
||||
@@ -30,4 +30,9 @@
|
||||
allowed_roles = list("Paramedic","Chief Medical Officer","Medical Doctor","Chemist")
|
||||
|
||||
/datum/gear/accessory/white_vest
|
||||
allowed_roles = list("Paramedic","Chief Medical Officer","Medical Doctor","Chemist")
|
||||
allowed_roles = list("Paramedic","Chief Medical Officer","Medical Doctor","Chemist")
|
||||
|
||||
/datum/gear/accessory/saddlebag
|
||||
display_name = "Saddle Bag"
|
||||
path = /obj/item/weapon/storage/backpack/saddlebag
|
||||
slot = slot_back
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 417 B |
Binary file not shown.
|
After Width: | Height: | Size: 312 B |
@@ -830,6 +830,7 @@
|
||||
#include "code\game\objects\items\weapons\melee\energy.dm"
|
||||
#include "code\game\objects\items\weapons\melee\misc.dm"
|
||||
#include "code\game\objects\items\weapons\storage\backpack.dm"
|
||||
#include "code\game\objects\items\weapons\storage\backpack_vr.dm"
|
||||
#include "code\game\objects\items\weapons\storage\bags.dm"
|
||||
#include "code\game\objects\items\weapons\storage\belt.dm"
|
||||
#include "code\game\objects\items\weapons\storage\bible.dm"
|
||||
|
||||
Reference in New Issue
Block a user