Drone shell changes (#24379)

* Drone shell changes

Fixes #24376.

- Drone shells are now points of interest.
- Derelict drone shells are now just dusty drone shells.

* For GUN_HOG

* Adds ushanka to derelict drones

* Less compiling errors
This commit is contained in:
coiax
2017-02-26 23:28:31 +00:00
committed by oranges
parent 9c0574936c
commit 3dee7c96b6
4 changed files with 17 additions and 14 deletions

View File

@@ -21,6 +21,11 @@
var/area/A = get_area(src)
if(A)
notify_ghosts("A drone shell has been created in \the [A.name].", source = src, action=NOTIFY_ATTACK, flashwindow = FALSE)
poi_list |= src
/obj/item/drone_shell/Destroy()
poi_list -= src
. = ..()
/obj/item/drone_shell/attack_ghost(mob/user)
if(jobban_isbanned(user,"drone"))

View File

@@ -182,3 +182,12 @@
/mob/living/simple_animal/drone/cogscarab/ratvar_act()
fully_heal(TRUE)
/obj/item/drone_shell/dusty
name = "derelict drone shell"
desc = "A long-forgotten drone shell. It seems kind of... Space Russian."
drone_type = /mob/living/simple_animal/drone/derelict
/mob/living/simple_animal/drone/derelict
name = "derelict drone"
default_hatmask = /obj/item/clothing/head/ushanka