mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Updated SSgarbage (#18173)
* pain * sadfas * sdfa * sdfasf * sfa * sdf * might the lord have mercy on our soul * i cri everidai * adeste fideles * sdf * where will this lead, what's coming next, from your inventions * dear lord * gjvhk * i cri everidai * fsgf * sdfa * sdaf * hiuhi
This commit is contained in:
@@ -21,10 +21,24 @@
|
||||
var/list/possible_explosions = list("Localized Limb", "Destroy Body")
|
||||
var/warning_message = "Tampering detected. Tampering detected."
|
||||
|
||||
/obj/item/implant/explosive/New()
|
||||
..()
|
||||
become_hearing_sensitive(ROUNDSTART_TRAIT)
|
||||
|
||||
/obj/item/implant/explosive/Initialize()
|
||||
. = ..()
|
||||
setFrequency(frequency)
|
||||
|
||||
/obj/item/implant/explosive/Destroy()
|
||||
lose_hearing_sensitivity(ROUNDSTART_TRAIT)
|
||||
|
||||
if(frequency)
|
||||
SSradio.remove_object_all(src)
|
||||
frequency = null
|
||||
radio_connection = null
|
||||
|
||||
. = ..()
|
||||
|
||||
/obj/item/implant/explosive/get_data()
|
||||
. = {"
|
||||
<b>Implant Specifications:</b><BR>
|
||||
@@ -180,7 +194,7 @@
|
||||
M.gib() //Simple mobs just get got
|
||||
qdel(src)
|
||||
|
||||
/proc/explosion_spread(turf/epicenter, power, adminlog = 1, z_transfer = UP|DOWN)
|
||||
/obj/item/implant/explosive/proc/explosion_spread(turf/epicenter, power, adminlog = 1, z_transfer = UP|DOWN)
|
||||
var/datum/explosiondata/data = new
|
||||
data.epicenter = epicenter
|
||||
data.rec_pow = power
|
||||
@@ -223,13 +237,6 @@
|
||||
/obj/item/implant/explosive/isLegal()
|
||||
return FALSE
|
||||
|
||||
/obj/item/implant/explosive/New()
|
||||
..()
|
||||
become_hearing_sensitive(ROUNDSTART_TRAIT)
|
||||
|
||||
/obj/item/implant/explosive/Destroy()
|
||||
return ..()
|
||||
|
||||
/obj/item/implant/explosive/full
|
||||
possible_explosions = list("Localized Limb", "Destroy Body", "Full Explosion")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user