mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 06:39:22 +01:00
[Requested] Serenity changed to proper medical exosuit. (#8951)
* Serenity changed to proper medical exosuit. Serenity tweaked to be a medical subtype, weapons cannot fit in universal slots. Serenity weapon slot converted to a hull slot. Exosuit punching converted to general ability, if melee_can_hit is TRUE by default. * Cleanup. Move HuD management to /obj/mecha/medical * dedent?? * Fixfix * Jumpjet
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//This list includes the phazon, gorilla and mauler. You might want to use something else if balance is a concern.
|
||||
/obj/random/mech/item_to_spawn()
|
||||
return pick(/obj/mecha/combat/gygax,
|
||||
/obj/mecha/combat/gygax/serenity,
|
||||
/obj/mecha/medical/serenity,
|
||||
/obj/mecha/combat/gygax/dark,
|
||||
/obj/mecha/combat/marauder,
|
||||
/obj/mecha/combat/marauder/seraph,
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
/obj/random/mech/weaker/item_to_spawn()
|
||||
return pick(/obj/mecha/combat/gygax,
|
||||
/obj/mecha/combat/gygax/serenity,
|
||||
/obj/mecha/medical/serenity,
|
||||
/obj/mecha/medical/odysseus,
|
||||
/obj/mecha/combat/durand,
|
||||
/obj/mecha/working/ripley,
|
||||
|
||||
Reference in New Issue
Block a user