mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
more fixes
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
var/lingpowers = list()
|
||||
for(var/power in changeling.purchasedpowers)
|
||||
lingpowers += power
|
||||
|
||||
|
||||
changeling.absorbed_dna -= changeling.find_dna(user.dna)
|
||||
changeling.protected_dna -= changeling.find_dna(user.dna)
|
||||
changeling.absorbedcount -= 1
|
||||
@@ -66,6 +66,7 @@
|
||||
|
||||
for(var/power in lingpowers)
|
||||
var/datum/action/changeling/S = power
|
||||
target.mind.changeling.purchasedpowers += S
|
||||
if(istype(S) && S.needs_button)
|
||||
S.Grant(target)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user