Ghommies suggestions and renames a proc

This commit is contained in:
Artur
2020-04-14 09:30:14 +03:00
parent 2e2fc45632
commit 356f2913d7
7 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -142,6 +142,8 @@
if(!QDELETED(clonemind.current))
if(clonemind.current.stat != DEAD) //mind is associated with a non-dead body
return FALSE
if(AmBloodsucker(clonemind.current)) //If the mind is a bloodsucker
return FALSE
if(clonemind.current.suiciding) // Mind is associated with a body that is suiciding.
return FALSE
if(clonemind.active) //somebody is using that mind
@@ -159,8 +161,6 @@
mess = TRUE
update_icon()
return FALSE
if(AmBloodsucker(clonemind)) //If the mind is a bloodsucker
return FALSE
attempting = TRUE //One at a time!!
countdown.start()