Skip to content

Commit

Permalink
normal
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-poop committed Jul 19, 2024
1 parent bc86aec commit abb1047
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 3,224 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/Rouge-Survival/v17/.wsuo
Binary file not shown.
Binary file modified .vs/Rouge-Survival/v17/workspaceFileList.bin
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
3,154 changes: 0 additions & 3,154 deletions _maps/map_files/blackstone/blackstone.dmm

This file was deleted.

10 changes: 5 additions & 5 deletions code/controllers/subsystem/nightshift.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ SUBSYSTEM_DEF(nightshift)
var/current_tod = null

var/nightshift_active = FALSE
var/nightshift_start_time = 720000 //4pm //702000=7:30 PM, station time
var/nightshift_end_time = 144000 //10am //270000=7:30 AM, station time
var/nightshift_dawn_start = 144000 //198000=530am
var/nightshift_day_start = 288000 //270000=730am
var/nightshift_dusk_start = 576000 //630000=530pm
var/nightshift_start_time = 576000 //4pm //702000=7:30 PM, station time
var/nightshift_end_time = 360000 //10am //270000=7:30 AM, station time
var/nightshift_dawn_start = 288000 //198000=530am
var/nightshift_day_start = 360000 //270000=730am
var/nightshift_dusk_start = 504000 //630000=530pm

//1hr = 36000
//30m = 18000
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SUBSYSTEM_DEF(ticker)
//376000 day
var/gametime_offset = 288001 //Deciseconds to add to world.time for station time.
var/station_time_rate_multiplier = 50 //factor of station time progressal vs real time.
var/time_until_vote = 999999999 MINUTES
var/time_until_vote = 999999 MINUTES
var/last_vote_time = null
var/autovote = TRUE
var/firstvote = TRUE
Expand Down
Binary file modified icons/obj/hydroponics/growing_fruits.dmi
Binary file not shown.
24 changes: 6 additions & 18 deletions rougesurvivalfiles/rougeplants.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
name = "skin seeds"
desc = "Looks alive"
icon_state = "seed"
species = "hide"
species = "weed"
plantname = "Hide Plant"
product = /obj/item/natural/hide
production = 1
yield = 1
yield = 2
potency = 1
delonharvest = FALSE
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_grow = "bungotree-grow"
icon_dead = "bungotree-dead"


/datum/crafting_recipe/roguetown/hideplantseeds
Expand Down Expand Up @@ -40,16 +36,12 @@
name = "Iron Pellets"
desc = "Feels Heavy"
icon_state = "seed"
species = "banana"
species = "weed"
plantname = "Iron Stalks"
product = /obj/item/rogueore/iron
production = 1
yield = 1
yield = 2
potency = 1
delonharvest = FALSE
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_grow = "mimana-grow"
icon_dead = "banana-dead"


/datum/crafting_recipe/roguetown/ironplantseeds
Expand All @@ -66,16 +58,12 @@
name = "Tree Seeds"
desc = "You can hear the Tiny Seeds screaming, they beg to be buried"
icon_state = "seed"
species = "tree"
species = "weed"
plantname = "Tiny Tree"
product = /obj/item/grown/log/tree/small
production = 1
yield = 3
yield = 2
potency = 1
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_grow = "cherry-grow"
icon_dead = "cherry-dead"



/datum/crafting_recipe/roguetown/treeseeds
Expand Down
46 changes: 0 additions & 46 deletions rougesurvivalfiles/rougesupply.dm

This file was deleted.

0 comments on commit abb1047

Please sign in to comment.