mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Axes do_mob and replaces with do_after (#18739)
* moooore do_afters * theese * Failsafe * Update human_attackhand.dm
This commit is contained in:
@@ -688,7 +688,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
|
||||
U.visible_message(span_notice("[U] begins installing [src] into [T]'s chest by just stuffing it in."),
|
||||
span_notice("You begin installing [src] into [T]'s chest by just stuffing it in."),
|
||||
"There's a wet SQUISH noise.")
|
||||
if(do_mob(user = user, target = T, time = 200, target_zone = BP_TORSO))
|
||||
if(do_after(user, 20 SECONDS, T, target_zone = BP_TORSO))
|
||||
user.unEquip(src)
|
||||
forceMove(eo)
|
||||
eo.implants |= src
|
||||
|
||||
Reference in New Issue
Block a user