From 8cbd99d740c649247c675041a0805b07e13d7d3c Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Tue, 30 Jan 2018 20:24:17 +0200 Subject: [PATCH] a commit --- code/game/objects/effects/alien_acid.dm | 15 +++------------ .../living/carbon/alien/humanoid/alien_powers.dm | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/code/game/objects/effects/alien_acid.dm b/code/game/objects/effects/alien_acid.dm index 0ab2c309cc14..1a605d64b0bf 100644 --- a/code/game/objects/effects/alien_acid.dm +++ b/code/game/objects/effects/alien_acid.dm @@ -1,16 +1,7 @@ -/* Alien shit! - * Contains: - * effect/acid - */ - - -/* - * Acid - */ /obj/effect/acid gender = PLURAL name = "acid" - desc = "Burbling corrossive stuff." + desc = "Burbling corrosive stuff." icon_state = "acid" density = FALSE opacity = 0 @@ -20,8 +11,8 @@ var/turf/target -/obj/effect/acid/New(loc, acid_pwr, acid_amt) - ..(loc) +/obj/effect/acid/Initialize(mapload, acid_pwr, acid_amt) + . = ..() target = get_turf(src) diff --git a/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm b/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm index 6153c5629f01..3ac3d19afbdc 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm @@ -171,7 +171,7 @@ Doesn't work on other aliens/AI.*/ return corrode(O,user) /mob/living/carbon/proc/corrosive_acid(O as obj|turf in oview(1)) // right click menu verb ugh - set name = "Corrossive Acid" + set name = "Corrosive Acid" if(!iscarbon(usr)) return