mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
some loadout item mishab (#1252)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Item were not in the correct category ## Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> N/A <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> <!-- By opening a pull request. You have read and understood the repository rules located on the main README.md on this project. -->
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -44,11 +44,15 @@
|
||||
restricted_roles = list(JOB_BLUESHIELD, JOB_CAPTAIN, JOB_NT_REP, JOB_HEAD_OF_SECURITY, JOB_RESEARCH_DIRECTOR, JOB_CHIEF_MEDICAL_OFFICER, JOB_CHIEF_ENGINEER, JOB_HEAD_OF_PERSONNEL, JOB_QUARTERMASTER, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_SECURITY_MEDIC, JOB_DETECTIVE) //Secure Personnel Only. It is a round start armor even if the actual armor can be ordered for cheap
|
||||
//acts like a proper helmet now
|
||||
|
||||
/datum/loadout_item/head/idmahelmet
|
||||
/datum/loadout_item/accessory/idmaarmbands
|
||||
name = "IDMA armbands"
|
||||
item_path = /obj/item/clothing/accessory/armband/idmaarmband
|
||||
ckeywhitelist = IDMA_CKEY_WHITELIST
|
||||
|
||||
/datum/loadout_item/toys/especiallystrange
|
||||
item_path = /obj/item/toy/plush/especiallystrange
|
||||
ckeywhitelist = IDMA_CKEY_WHITELIST
|
||||
|
||||
/obj/item/clothing/head/helmet/sec/sol/idma_helmet
|
||||
name = "ironmoon service helmet."
|
||||
desc = "A helmet worn by the romulus expeditionary force."
|
||||
@@ -121,7 +125,7 @@
|
||||
//This is meant to be a functional wintercoat
|
||||
/obj/item/clothing/suit/hooded/wintercoat/security/idma_jacket
|
||||
name = "ironmoon service coat"
|
||||
desc = "A heavy jacket worn by the romulus expeditionary force, contains ablative plating underneaths to protect the wearer from harms."
|
||||
desc = "A heavy jacket worn with a '/Romulus Expeditionary Force/' insignia on it, contains ablative plating underneaths to protect the wearer from harms."
|
||||
icon_state = "romulusofficer"
|
||||
icon = 'modular_zubbers/icons/donator/idmaco.dmi'
|
||||
worn_icon = 'modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi'
|
||||
@@ -136,7 +140,7 @@
|
||||
|
||||
/obj/item/clothing/accessory/armband/idmaarmband
|
||||
name = "ironmoon police armband"
|
||||
desc = "A fancy red armband normally worn by the romulus federation police"
|
||||
desc = "A fancy red armband normally seen used by the romulus federation police"
|
||||
icon_state = "romuluspolice"
|
||||
icon = 'modular_zubbers/icons/donator/idmaco.dmi'
|
||||
worn_icon = 'modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi'
|
||||
|
||||
Reference in New Issue
Block a user