Reworks Portable Generators (#13663)

This commit is contained in:
SleepyGemmy
2022-05-06 13:59:01 +02:00
committed by GitHub
parent 257eda80be
commit 7387080448
25 changed files with 220 additions and 176 deletions
+3 -3
View File
@@ -184,9 +184,9 @@ var/global/list/datum/supply_drop_loot/supply_drop
/datum/supply_drop_loot/power/New()
..()
contents = list(
/obj/machinery/power/port_gen/pacman,
/obj/machinery/power/port_gen/pacman/super,
/obj/machinery/power/port_gen/pacman/mrs)
/obj/machinery/power/portgen/basic,
/obj/machinery/power/portgen/basic/advanced,
/obj/machinery/power/portgen/basic/super)
/datum/supply_drop_loot/power/contents()
return list(pick(contents))