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:
Geeves
2020-09-19 12:43:28 +02:00
committed by GitHub
parent 54f83927b4
commit da7bb8392c
21 changed files with 358 additions and 21 deletions

View File

@@ -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)