mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 14:36:23 +01:00
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
// A shuttle full of junk docks, and cargo is tasked with sifting through it all to find valuables, or just dispose of it.
|
|
|
|
/datum/gm_action/waste_disposal
|
|
name = "waste disposal"
|
|
departments = list(ROLE_CARGO)
|
|
chaotic = 0
|
|
|
|
/datum/gm_action/waste_disposal/get_weight()
|
|
return metric.count_people_in_department(ROLE_CARGO) * 50 |