mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
More Misc Sentry Fixes (#22496)
Sorting runtime errors by most events in the past 2 weeks, here's a few fixes for the following: https://aurorastation.sentry.io/issues/7472147004 - Runtime when someone attempts to move before their character is placed in the world. https://aurorastation.sentry.io/issues/7443212526 - Runtime when harvesting plants https://aurorastation.sentry.io/issues/7466716994 - Runtime when vampires try to drink a bloodbag https://aurorastation.sentry.io/issues/7496800530 - Runtime when a player disconnects while a tgui window is open.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
LAZYADD(src.other_DNA, target_mob.dna.unique_enzymes)
|
||||
src.other_DNA_type = "saliva"
|
||||
|
||||
while (do_after(user, 25, 5))
|
||||
while (do_after(user, 25, src))
|
||||
var/blood_taken = 0
|
||||
blood_taken = min(5, REAGENT_VOLUME(reagents, /singleton/reagent/blood)/4)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user