mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
Removed a return.
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
var/mob/living/carbon/human/H = T
|
||||
if(H.species && H.species.flags & NO_BLOOD)
|
||||
H.reagents.trans_to(src,amount)
|
||||
return
|
||||
else
|
||||
B = T.take_blood(src,amount)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user