mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -82,7 +82,6 @@
|
||||
max_integrity = 300
|
||||
pixel_x = -32 //shamelessly stolen from dna vault
|
||||
pixel_y = -32
|
||||
power_state = NO_POWER_USE // power usage is handelled manually
|
||||
density = TRUE
|
||||
interact_offline = TRUE
|
||||
luminosity = 1
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/datum/station_goal/secondary/variety_reagent/bar
|
||||
name = "Variety of Drinks"
|
||||
progress_type = /datum/secondary_goal_progress/variety_reagent
|
||||
department = "Bar"
|
||||
generic_name_plural = "alcoholic drinks"
|
||||
weight = 1
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/datum/station_goal/secondary/variety_reagent/medchem
|
||||
name = "Variety of Medicine"
|
||||
progress_type = /datum/secondary_goal_progress/variety_reagent
|
||||
department = "Chemistry"
|
||||
generic_name_plural = "medicines"
|
||||
weight = 1
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/datum/station_goal/secondary/variety_reagent/scichem
|
||||
name = "Variety of Chemicals"
|
||||
progress_type = /datum/secondary_goal_progress/variety_reagent
|
||||
different_types = 5
|
||||
department = "Science"
|
||||
generic_name_plural = "chemicals"
|
||||
|
||||
Reference in New Issue
Block a user