mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
Lung Rescue on Vaurca Restriction (#13408)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user