Initial Commit
Changes isvamp() to isbloodsucker(), adds a isvampire() check for the race itself, reworks regen cores codewise, adds a defib check for bloodsuckers
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
return 0
|
||||
if(M.getorgan(/obj/item/organ/alien/hivenode))
|
||||
return 0
|
||||
if(isvamp(M))
|
||||
if(isbloodsucker(M))
|
||||
return 0
|
||||
|
||||
if(ismonkey(M))
|
||||
|
||||
Reference in New Issue
Block a user