mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
a commit
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user