Merge pull request #4875 from Citadel-Station-13/upstream-merge-34482

[MIRROR] Drone dispensers no longer trap the drones below them forcing ghosts to altclick
This commit is contained in:
LetterJay
2018-01-16 13:50:29 -06:00
committed by GitHub
@@ -11,6 +11,8 @@
desc = "A shell of a maintenance drone, an expendable robot built to perform station repairs."
icon = 'icons/mob/drone.dmi'
icon_state = "drone_maint_hat"//yes reuse the _hat state.
layer = BELOW_MOB_LAYER
var/drone_type = /mob/living/simple_animal/drone //Type of drone that will be spawned
var/seasonal_hats = TRUE //If TRUE, and there are no default hats, different holidays will grant different hats
var/static/list/possible_seasonal_hats //This is built automatically in build_seasonal_hats() but can also be edited by admins!