Fixes some acid procs (#28828)

* sane

* oh wow

* isnull
This commit is contained in:
kyunkyunkyun
2025-04-16 17:02:16 +00:00
committed by GitHub
parent a720e68df6
commit 88578f3471
5 changed files with 13 additions and 11 deletions
-2
View File
@@ -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