Skip to content

Commit

Permalink
added fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDav committed Jan 4, 2025
1 parent 7d26f26 commit e981e68
Show file tree
Hide file tree
Showing 4 changed files with 1,539 additions and 513 deletions.
7 changes: 5 additions & 2 deletions maps/sectors/delerict_casino/delerict_casino-areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
name = "\improper Ring Forrest"
icon_state = "green"
ambience = list('sound/ambience/forest-ambience.ogg')
requires_power = 0
sound_env = PLAIN
light_color = "#ffe8a2"
light_range = 2
light_power = 1

/area/sector/delerictcasino/engineering
icon_state = "yellow"
Expand Down Expand Up @@ -41,6 +43,7 @@

/area/sector/delerictcasino/room/
sound_env = ROOM
requires_power = 0

/area/sector/delerictcasino/room/room1
name = "\improper Casino Room 1"
Expand Down Expand Up @@ -74,7 +77,7 @@
name = "\improper Casino Room 8"
icon_state = "yellow"

/area/sector/delerictcasino/recpection
/area/sector/delerictcasino/reception
name = "\improper Casino Reception"
icon_state = "yellow"

Expand Down
43 changes: 43 additions & 0 deletions maps/sectors/delerict_casino/delerict_casino-misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ Warning: While there is no regulation regarding visiting and scavenging operatio
size_x = 1
size_y = 1

/mob/living/simple_mob/animal/space/bear/brown/casino
icon = 'icons/mob/vore.dmi'
name = "Autumn brown bear"
desc = "The casino had the good idea to bring Bear pups to populate the ring Forrest ! Surely they don't grow that fast..."
icon_state = "brownbear"
icon_living = "brownbear"
icon_dead = "brownbear-dead"
icon_gib = "bear-gib"
iff_factions = MOB_IFF_FACTION_FARM_PET

// ----- ID ------ //

/obj/item/card/id/external/casino1
Expand Down Expand Up @@ -153,3 +163,36 @@ Warning: While there is no regulation regarding visiting and scavenging operatio
/obj/item/paper/casinosec
name = "Note - Security System"
info = {"Please use the 3 Security Casino Chip to open the shutter, they must be equipped to open the shutters. - Security Team"}

/obj/item/paper/casinowork
name = "Note - To the Construction team"
info = {"2556-02-04" : To the incomming construction team, please be carefull. Our boss, Benny, is a moron, the plants grew too fast and keep growing to fast.\
The bear pup also grew. I think they ate Billy ! We sedated them, and tried to ship them away to a reserve, but the boss decided to keep 2 !\
"ThEy ArE cUtE" he said. If you have a other contract, take it please! I think there are leeches in the water ! This station is not worth the danger !"}

/obj/item/paper/casinowork2
name = "Letter to Kellern's Bio Farms 1"
info = {"2535-11-08" : This is the Botanical team of the Monarch of Autumn Station.\
The experimental "Ever Autumn" chem is making wonders to the color of the trees,\
But we noticed that the groth rate of the flora here is out of control.\
We only put arround 100 ounces in the ground, and now we have issues even killing the plants.\
What can we do ?"}

/obj/item/paper/casinowork3
name = "Letter from Kellern's Bio Farms"
info = {"2535-11-15" : 100 Ounces ?! Didn't you read the label ?! You are supposed to only put down 5 Ounces ! You only can burn it down now !"}

/obj/item/paper/casinowork4
name = "Orders from the boss"
info = {"2531-01-08" : Botanical team, I want the forrest to be ready as soon as possible.\
We found some some unlabled chems from Kellern's. They said something about quantity, but just put everything in the ground.\
Director Benny."}

/obj/item/paper/casinowork5
name = "Responce to the boss"
info = {"2535-11-16" : Director Benny, we have put too much chems on your orders, and we can't kill the plants. They are growing too fast."}

/obj/item/paper/casinowork6
name = "Orders from the boss 2"
info = {"2535-11-16" : Oops. Oh well. You are all fired.\
Director Benny."}
Loading

0 comments on commit e981e68

Please sign in to comment.