Skip to content

Commit

Permalink
[MIRROR] Wizard Apprentices now spawn at their summoning contract, in…
Browse files Browse the repository at this point in the history
…stead of the Wizard Den [MDB IGNORE] (#1250)

* Wizard Apprentices now spawn at their summoning contract, instead of the Wizard Den (#80473)

## About The Pull Request

Wizard apprentices will now spawn on the summoning contract's turf,
instead of in the wizard den.

Originally, apprentices would be spawned on the contract with a puff of
smoke, and then sent to their spawn point by the wizard antag datum. It
makes more sense for them to spawn in with the smoke, and whoever
summoned them.
## Why It's Good For The Game

More consistency with how most other antag spawners work.

I watched a wizard get confused by this last night which was kind of
funny and prompted me to make this change.
## Changelog
:cl: Rhials
qol: Wizard apprentices now spawn on the same tile as the contract that
summoned them.
/:cl:

* Wizard Apprentices now spawn at their summoning contract, instead of the Wizard Den

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Rhials <[email protected]>
  • Loading branch information
3 people authored Dec 27, 2023
1 parent 69cf84d commit 3089c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/antagonists/wizard/wizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ GLOBAL_LIST_EMPTY(wizard_spellbook_purchases_by_key)
name = "Wizard Apprentice"
antag_hud_name = "apprentice"
can_assign_self_objectives = FALSE
move_to_lair = FALSE
var/datum/mind/master
var/school = APPRENTICE_DESTRUCTION
outfit_type = /datum/outfit/wizard/apprentice
Expand Down

0 comments on commit 3089c13

Please sign in to comment.