mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Drone self-destruct only gibs (#9756)
This commit is contained in:
@@ -425,6 +425,9 @@
|
||||
/mob/living/silicon/robot/drone/remove_robot_verbs()
|
||||
src.verbs -= silicon_subsystems
|
||||
|
||||
/mob/living/silicon/robot/drone/self_destruct()
|
||||
gib()
|
||||
|
||||
/mob/living/silicon/robot/drone/examine(mob/user)
|
||||
..()
|
||||
var/msg
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Doxxmedearly
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Drone anti-theft now just gibs them instead of causing a small explosion."
|
||||
Reference in New Issue
Block a user