Allows set_blood_type to take strings (#92242)

This commit is contained in:
MrMelbert
2025-07-28 05:15:07 +02:00
committed by GitHub
parent 269675871d
commit dba39d33c7
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -10,5 +10,5 @@
return
var/mob/living/carbon/carbon_target = target
carbon_target.set_blood_type(get_blood_type(BLOOD_TYPE_CLOWN))
carbon_target.set_blood_type(BLOOD_TYPE_CLOWN)
SEND_SOUND(carbon_target, 'sound/items/bikehorn.ogg')