From e2ce020a62e49eb66cc889f7a612d75f3c7046bb Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 4 Feb 2018 22:11:07 -0600 Subject: [PATCH] [MIRROR] Fixes a couple of typos and ports one New to Initialize (#5233) * Merge pull request #35145 from vuonojenmustaturska/acidtypos Fixes a couple of typos and ports one New to Initialize * Fixes a couple of typos and ports one New to Initialize --- 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 0ab2c309cc..1a605d64b0 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 6153c5629f..3ac3d19afb 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