This commit is contained in:
vuonojenmustaturska
2018-01-30 20:24:17 +02:00
parent 30f453c630
commit 8cbd99d740
2 changed files with 4 additions and 13 deletions

View File

@@ -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)

View File

@@ -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