Deliveryboy (#22185)

* sprites

* code1

* test

* more code and testings done

* i am loosing it

* if only i didnt make stupid mistakes

* good boy can be delivery boy

* Update code/modules/client/preference/loadout/loadout_hat.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/client/preference/loadout/loadout_uniform.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/clothing/head/soft_caps.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/clothing/under/jobs/cargo.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
McRamon
2023-09-20 14:19:10 +01:00
committed by GitHub
co-authored by Henri215 S34N
parent 927c41d6e9
commit 7cd7102663
16 changed files with 35 additions and 1 deletions
@@ -77,6 +77,11 @@
path = /obj/item/clothing/head/soft/sec
allowed_roles = list("Head of Security", "Warden", "Security Officer")
/datum/gear/hat/deliverysoft
display_name = "Cap, delivery boy"
path = /obj/item/clothing/head/soft/deliverysoft
allowed_roles = list("Quartermaster", "Cargo Technician")
/datum/gear/hat/capred
display_name = "Cap, red"
path = /obj/item/clothing/head/soft/red
@@ -232,6 +232,14 @@
path = /obj/item/clothing/under/rank/medical/scrubs/green
allowed_roles = list("Chief Medical Officer", "Medical Doctor")
/datum/gear/uniform/cargo
main_typepath = /datum/gear/uniform/cargo
/datum/gear/uniform/cargo/delivery
display_name = "Uniform, delivery boy"
path = /obj/item/clothing/under/rank/cargo/deliveryboy
allowed_roles = list("Quartermaster", "Cargo Technician")
/datum/gear/uniform/sec
main_typepath = /datum/gear/uniform/sec