mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Update blood.dm
Conform to agreed upon standards.
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
|
||||
var/datum/reagent/blood/injected = get_blood(container.reagents)
|
||||
|
||||
if (!istype(injected)) //Sanity..
|
||||
if(!istype(injected)) //Sanity..
|
||||
return
|
||||
|
||||
if(species && species.flags & NO_BLOOD)
|
||||
|
||||
Reference in New Issue
Block a user