This commit is contained in:
xPokee
2025-10-04 06:09:47 -04:00
parent 8aa39b75f0
commit 312085b95c
18 changed files with 19 additions and 71 deletions
@@ -64,7 +64,7 @@
)
log_combat(user, target, "fed", reagents.get_reagent_log_string())
SEND_SIGNAL(M, COMSIG_GLASS_DRANK, src, user) // SKYRAT EDIT ADDITION - Hemophages can't casually drink what's not going to regenerate their blood
SEND_SIGNAL(target, COMSIG_GLASS_DRANK, src, user) // SKYRAT EDIT ADDITION - Hemophages can't casually drink what's not going to regenerate their blood
reagents.trans_to(target, 10, transferred_by = user, methods = INGEST)
playsound(target, 'sound/items/drink.ogg', rand(10, 50), TRUE)
return ITEM_INTERACT_SUCCESS