Fix compiler errors for 1670 (#30874)

* stage 1

* hud alist

* mobs and parry

* stage ?

* we dont even need an alist here
This commit is contained in:
Toastical
2025-11-11 10:38:24 +00:00
committed by GitHub
parent 5988af9b7d
commit 51c47d8342
24 changed files with 104 additions and 55 deletions
@@ -396,7 +396,7 @@
if(prob(70))
backpack_contents += pick(/obj/item/stamp/clown, /obj/item/reagent_containers/spray/waterflower, /obj/item/food/grown/banana, /obj/item/megaphone)
if(prob(30))
backpack_contents += list(/obj/item/stack/sheet/mineral/bananium = pickweight(list(1 = 3, 2 = 2, 3 = 1)))
backpack_contents += list(/obj/item/stack/sheet/mineral/bananium = pickweight(alist(1 = 3, 2 = 2, 3 = 1)))
if(prob(10))
l_pocket = pickweight(list(/obj/item/bikehorn/golden = 3, /obj/item/bikehorn/airhorn= 1 ))
if(prob(10))