mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Raging Mages: A Magistake (#9891)
Added a new gamemode, Magistake, where a group of four rookie mages take the skipjack on a joyride to the station.
Magical staves now show their ammo on the HUD.
Magic missile no longer targets fellow magic users.
Note to maintainers: This should be added to the server's config after being merged, to allow it to happen in Secret.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/obj/item/clothing/suit/armor/bone
|
||||
name = "bone armor"
|
||||
desc = "A rudimentary armor made of bones of several creatures."
|
||||
icon = 'icons/obj/necromancer.dmi'
|
||||
icon = 'icons/obj/wizard_gear.dmi'
|
||||
icon_state = "bonearmor"
|
||||
item_state = "bonearmor"
|
||||
contained_sprite = 1
|
||||
contained_sprite = TRUE
|
||||
species_restricted = list(BODYTYPE_SKELETON)
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
||||
armor = list(melee = 50, bullet = 40, laser = 50, energy = 25, bomb = 30, bio = 0, rad = 0)
|
||||
@@ -12,9 +12,9 @@
|
||||
/obj/item/clothing/head/helmet/bone
|
||||
name = "bone helmet"
|
||||
desc = "A rudimentary helmet made of some dead creature."
|
||||
icon = 'icons/obj/necromancer.dmi'
|
||||
icon = 'icons/obj/wizard_gear.dmi'
|
||||
icon_state = "skull"
|
||||
item_state = "skull"
|
||||
contained_sprite = 1
|
||||
contained_sprite = TRUE
|
||||
species_restricted = list(BODYTYPE_SKELETON)
|
||||
armor = list(melee = 50, bullet = 40, laser = 50, energy = 25, bomb = 30, bio = 0, rad = 0)
|
||||
Reference in New Issue
Block a user