mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
@@ -67,8 +67,6 @@
|
||||
var/acid_used = min(acid_level * 0.05, 20)
|
||||
if(L.acid_act(10, acid_used, "feet"))
|
||||
acid_level = max(0, acid_level - acid_used * 10)
|
||||
playsound(L, 'sound/weapons/sear.ogg', 50, TRUE)
|
||||
to_chat(L, "<span class='userdanger'>[src] burns you!</span>")
|
||||
|
||||
//xenomorph corrosive acid
|
||||
/obj/effect/acid/alien
|
||||
|
||||
Reference in New Issue
Block a user