Cargo "View Contents" Fix (#24562)

* contains_special

* contains special list additions

* keep on testing

* moar

* test test

* get manifest

* make sure

* indentation mistake
This commit is contained in:
Deniz
2024-03-18 18:32:33 +00:00
committed by GitHub
parent 435fbb6a58
commit 576cbdcf25
5 changed files with 31 additions and 14 deletions
@@ -90,7 +90,7 @@
/obj/structure/largecrate/chick/attackby(obj/item/W as obj, mob/user as mob, params)
if(istype(W, /obj/item/crowbar))
var/num = rand(4, 6)
for(var/i = 0, i < num, i++)
for(var/i in 1 to num)
new /mob/living/simple_animal/chick(loc)
return ..()