Lung Rescue on Vaurca Restriction (#13408)

This commit is contained in:
VisVirific
2022-03-24 06:54:44 -03:00
committed by GitHub
parent f39477a1da
commit 5d4d66c0f5
2 changed files with 9 additions and 0 deletions

View File

@@ -134,6 +134,9 @@
var/SM = (user == target) ? "your" : (target.name + "\'s")
if(!L)
return
if(isvaurca(target))
to_chat(usr, SPAN_WARNING("\The [src] won't pierce through [P] carapace!"))
return
if(L.rescued == TRUE)
to_chat(usr, SPAN_NOTICE("[H]'s ribs are already punctured!"))
return