mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Allows set_blood_type to take strings (#92242)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user