mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #4564 from Neerti/1/17/2018_blob_fix
Fixes Blob Tasering
This commit is contained in:
@@ -248,7 +248,10 @@ var/list/blobs = list()
|
||||
if(!P)
|
||||
return
|
||||
|
||||
var/damage = P.damage
|
||||
var/damage = P.get_structure_damage() // So tasers don't hurt the blob.
|
||||
if(!damage)
|
||||
return
|
||||
|
||||
switch(P.damage_type)
|
||||
if(BRUTE)
|
||||
if(overmind)
|
||||
|
||||
Reference in New Issue
Block a user