Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 17, 2024
1 parent 00e3ad7 commit 8259cae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/structures/landing_signs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@
name = "Chigusa Shipyard Sign"
desc = "A large sign that reads 'Chigusa Shipyard - Subsidary of Weyland-Yutani Corporation'. Acid burns checker the sign like buckshot."
icon_state = "laz_sign" //TODO make unique icon.

/obj/structure/lz_sign/Ravdonika
name = "Ravdonika Archaeo Sign"
desc = "A large sign reading 'Ravdonika Archaeo' in Romanized characters."
icon = 'icons/obj/structures/props/landing_signs.dmi'
icon_state = "ravdonika_sign"
2 changes: 1 addition & 1 deletion code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/apron/overalls/tan(new_human), WEAR_JACKET)
if(3)
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/apron/overalls/red(new_human), WEAR_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/boilersuit/white(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/joe(new_human), WEAR_FEET)
new_human.equip_to_slot_or_del(new /obj/item/tool/weldingtool/hugetank, WEAR_IN_JACKET)

Expand Down
8 changes: 1 addition & 7 deletions code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,6 @@
if(2)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)

new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_L_STORE)

/datum/equipment_preset/upp/doctor

name = "UPP Civilian Doctor"
Expand Down Expand Up @@ -936,9 +933,6 @@
if(2)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET)

new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_L_STORE)

/datum/equipment_preset/upp/admin
name = "UPP Civilian Administrator"
flags = EQUIPMENT_PRESET_EXTRA
Expand Down Expand Up @@ -1076,7 +1070,7 @@
assignment = "Inmate"
paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0)
skills = /datum/skills/civilian
access = null
access = list(null)
idtype = /obj/item/card/id/lanyard

/datum/equipment_preset/upp/prisoner/load_gear(mob/living/carbon/human/new_human)
Expand Down
Binary file modified icons/obj/structures/props/landing_signs.dmi
Binary file not shown.

0 comments on commit 8259cae

Please sign in to comment.