mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Adds a new redgate map: The Casino Canal (#11868)
Co-authored-by: Ryumi <ghosttehspychecka@gmail.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f63fa8ad9a
commit
5961af3835
@@ -308,6 +308,12 @@
|
||||
icon_state = "tile_white"
|
||||
no_variants = FALSE
|
||||
|
||||
/obj/item/stack/tile/floor/purple
|
||||
name = "purple floor tile"
|
||||
singular_name = "purple floor tile"
|
||||
color = COLOR_PURPLE_GRAY
|
||||
no_variants = FALSE
|
||||
|
||||
/obj/item/stack/tile/floor/dark
|
||||
name = "dark floor tile"
|
||||
singular_name = "dark floor tile"
|
||||
|
||||
@@ -436,3 +436,40 @@
|
||||
prob(5);/obj/item/clothing/suit/shibari/black,
|
||||
prob(5);/obj/item/clothing/suit/shibari/pink
|
||||
)
|
||||
|
||||
/obj/random/chips
|
||||
name = "random chips"
|
||||
icon_state = "chips"
|
||||
spawn_nothing_percentage = 10
|
||||
|
||||
/obj/random/chips/item_to_spawn()
|
||||
return pick(
|
||||
prob(35);/obj/item/spacecasinocash/c1,
|
||||
prob(10);/obj/item/spacecasinocash/c10,
|
||||
prob(5);/obj/item/spacecasinocash/c100,
|
||||
)
|
||||
|
||||
/obj/random/chips/better
|
||||
name = "better random chips"
|
||||
icon_state = "chips_1"
|
||||
spawn_nothing_percentage = 0
|
||||
|
||||
/obj/random/chips/item_to_spawn()
|
||||
return pick(
|
||||
prob(35);/obj/item/spacecasinocash/c10,
|
||||
prob(15);/obj/item/spacecasinocash/c100,
|
||||
prob(5);/obj/item/spacecasinocash/c200,
|
||||
prob(1);/obj/item/spacecasinocash/c500,
|
||||
)
|
||||
|
||||
/obj/random/chips/good
|
||||
name = "good random chips"
|
||||
icon_state = "chips_2"
|
||||
|
||||
/obj/random/chips/item_to_spawn()
|
||||
return pick(
|
||||
prob(45);/obj/item/spacecasinocash/c100,
|
||||
prob(15);/obj/item/spacecasinocash/c200,
|
||||
prob(5);/obj/item/spacecasinocash/c500,
|
||||
prob(1);/obj/item/spacecasinocash/c1000,
|
||||
)
|
||||
|
||||
@@ -350,6 +350,18 @@
|
||||
desc_with_canvas = "A piece of art (or \"art\"). Anyone could've hung it."
|
||||
persistence_id = "public"
|
||||
|
||||
/obj/structure/sign/painting/public/north
|
||||
pixel_y = 30
|
||||
|
||||
/obj/structure/sign/painting/public/south
|
||||
pixel_y = -30
|
||||
|
||||
/obj/structure/sign/painting/public/east
|
||||
pixel_x = 30
|
||||
|
||||
/obj/structure/sign/painting/public/west
|
||||
pixel_x = -30
|
||||
|
||||
/obj/structure/sign/painting/library_secure
|
||||
name = "\improper Curated Painting Exhibit mounting"
|
||||
desc = "For masterpieces hand-picked by the librarian."
|
||||
|
||||
Reference in New Issue
Block a user