mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -63,4 +63,4 @@
|
||||
wearer.nutrition = max(wearer.nutrition - 10, 0)
|
||||
if(wearer.getCloneLoss())
|
||||
wearer.adjustCloneLoss(-0.1)
|
||||
wearer.nutrition = max(wearer.nutrition - 20, 0)
|
||||
wearer.nutrition = max(wearer.nutrition - 20, 0)
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
name = "Explosive Implant"
|
||||
desc = "A hidden implant which will explode if it hears a passphrase."
|
||||
cost = 150
|
||||
obj_path = /obj/item/storage/box/syndie_kit/imp_explosive
|
||||
obj_path = /obj/item/storage/box/syndie_kit/imp_explosive
|
||||
|
||||
@@ -82,4 +82,4 @@
|
||||
else
|
||||
set_light(0, 0, l_color = "#000000")
|
||||
..()
|
||||
return
|
||||
return
|
||||
|
||||
@@ -83,4 +83,4 @@
|
||||
lightning.old_style_target(target)
|
||||
lightning.fire()
|
||||
visible_message("<span class='danger'>\The [src] strikes \the [target] with lightning!</span>")
|
||||
playsound(src, 'sound/weapons/gaussrifle1.ogg', 75, 1)
|
||||
playsound(src, 'sound/weapons/gaussrifle1.ogg', 75, 1)
|
||||
|
||||
Reference in New Issue
Block a user