mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
bsuckers get their objectives and also limits thrallling to 1 per 10 levels
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
if(user.blood_volume < convert_cost + 5)
|
||||
to_chat(user, "<span class='notice'>You don't have enough blood to initiate the Dark Communion with [target].</span>")
|
||||
return
|
||||
if(bloodsuckerdatum.count_vassals(user)*5 > bloodsuckerdatum.vamplevel)
|
||||
if(!bloodsuckerdatum || bloodsuckerdatum.vassals.len * 10 > bloodsuckerdatum.vamplevel)
|
||||
to_chat(user, "<span class='notice'>Your power is yet too weak to bring more vassals under your control....</span>")
|
||||
return
|
||||
// Prep...
|
||||
|
||||
Reference in New Issue
Block a user