mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] Refactors posters to use decls
This commit is contained in:
@@ -260,10 +260,8 @@
|
||||
spawn_nothing_percentage = 50
|
||||
/obj/random/contraband/item_to_spawn()
|
||||
return pick(prob(6);/obj/item/weapon/storage/pill_bottle/paracetamol, //VOREStation Edit,
|
||||
prob(8);/obj/item/weapon/haircomb,
|
||||
prob(4);/obj/item/weapon/storage/pill_bottle/happy,
|
||||
prob(4);/obj/item/weapon/storage/pill_bottle/zoom,
|
||||
prob(10);/obj/item/weapon/contraband/poster/custom,
|
||||
prob(4);/obj/item/weapon/material/butterfly,
|
||||
prob(6);/obj/item/weapon/material/butterflyblade,
|
||||
prob(6);/obj/item/weapon/material/butterflyhandle,
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
spawn_nothing_percentage = 0
|
||||
|
||||
/obj/random/cargopod/item_to_spawn()
|
||||
return pick(prob(10);/obj/item/weapon/contraband/poster,\
|
||||
return pick(prob(10);/obj/item/poster,\
|
||||
prob(8);/obj/item/weapon/haircomb,\
|
||||
prob(6);/obj/item/weapon/storage/pill_bottle/paracetamol,\
|
||||
prob(6);/obj/item/weapon/material/butterflyblade,\
|
||||
|
||||
Reference in New Issue
Block a user