Skip to content

Commit

Permalink
i dunno what to do about the fails
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 11, 2024
1 parent 0b9eacb commit cdb77cd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@
if(prob(75))
suit = pick(/obj/item/clothing/suit/toggle/labcoat, /obj/item/clothing/suit/apron/surgical ,/obj/item/clothing/suit/hooded/wintercoat/medical)
if(prob(75))
back = pick(/obj/item/storage/backpack/medic, /obj/item/storage/backpack/satchel/med, /obj/item/storage/backpack/duffelbag/med, /obj/item/storage/backpack/messenger/med, /obj/item/defibrillator/loaded)
back = pick(/obj/item/storage/backpack/medic, /obj/item/storage/backpack/satchel/med, /obj/item/storage/backpack/duffelbag/med, /obj/item/storage/backpack/messenger/med)
else(prob(75))

Check failure on line 306 in code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord_outfits.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '{', expected one of: operator, field access, ';'
back = /obj/item/defibrillator/loaded
if(prob(75))
belt = pickweight(list(/obj/item/storage/belt/medical = 5, /obj/item/defibrillator/compact/loaded = 1))
if(prob(75))
Expand Down Expand Up @@ -376,7 +378,6 @@
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/survey_handheld = 1,
/obj/item/weldingtool/experimental = 1,
/obj/item/fishing_rod/tech = 1,
/obj/item/mmi/posibrain = 1,
/obj/item/reagent_containers/glass/beaker/plastic = 1,
/obj/item/organ/eyes/robotic/shield = 1,
Expand Down

0 comments on commit cdb77cd

Please sign in to comment.