mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -51,4 +51,4 @@
|
||||
T.hotspot_expose(500, 50, 1)
|
||||
T.create_fire(fire_power)
|
||||
|
||||
adjust_instability(3)
|
||||
adjust_instability(3)
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
temp_change *= cold_factor
|
||||
H.bodytemperature = max(H.bodytemperature - temp_change, temp_cap)
|
||||
|
||||
adjust_instability(1)
|
||||
adjust_instability(1)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
for(var/mob/living/L in nearby_mobs)
|
||||
if(is_ally(L))
|
||||
continue
|
||||
|
||||
|
||||
if(L.loc == owner)
|
||||
continue
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
for(var/mob/living/L in nearby_mobs)
|
||||
if(is_ally(L))
|
||||
continue
|
||||
|
||||
|
||||
if(L.loc == owner)
|
||||
continue
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
to_chat(L, "<span class='danger'>You feel almost like you're melting from the inside!</span>")
|
||||
|
||||
|
||||
adjust_instability(2)
|
||||
adjust_instability(2)
|
||||
|
||||
@@ -39,4 +39,4 @@
|
||||
if(source)
|
||||
var/mob/living/L = source
|
||||
if(istype(L))
|
||||
L.adjust_instability(1)
|
||||
L.adjust_instability(1)
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
if(source)
|
||||
var/mob/living/L = source
|
||||
if(istype(L))
|
||||
L.adjust_instability(1)
|
||||
L.adjust_instability(1)
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
instability_per_shot = 6
|
||||
cooldown = 10
|
||||
pre_shot_delay = 0
|
||||
fire_sound = 'sound/effects/supermatter.ogg'
|
||||
fire_sound = 'sound/effects/supermatter.ogg'
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
/obj/item/projectile/beam/lightning/attack_mob(var/mob/living/target_mob, var/distance, var/miss_modifier=0)
|
||||
..()
|
||||
tesla_zap(target_mob, 3, power)
|
||||
return 1
|
||||
return 1
|
||||
|
||||
@@ -86,4 +86,4 @@
|
||||
to_chat(owner, "<span class='danger'>Your shield fades due being used up!</span>")
|
||||
qdel(src)
|
||||
return PROJECTILE_STOPPED
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
time_to_die = 2 MINUTES
|
||||
invisibility = 101
|
||||
light_range = 6
|
||||
light_power = -20
|
||||
light_power = -20
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
var/outgoing_instability = instability_power * ( 1 / (radius**2) )
|
||||
L.receive_radiated_instability(outgoing_instability)
|
||||
pulses_remaining--
|
||||
qdel(src)
|
||||
qdel(src)
|
||||
|
||||
@@ -38,4 +38,4 @@
|
||||
var/datum/effect/system/explosion/E = new /datum/effect/system/explosion()
|
||||
E.set_up(get_turf(src))
|
||||
E.start()
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user