[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
This commit is contained in:
committed by
Poojawa
parent
7fcb3eddba
commit
e2ce020a62
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user