mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Various QoL (#19438)
* Allows drag-dropping items into disposals * Borg drag * Sharp * Update fluff.dm * Update global_lists_vr.dm * Fixes translocators * Update translocator_vr.dm * Makes alt-click allow removing accessories * Update clothing.dm * Update accessory.dm * Fixes microwaves * Update microwave.dm * fluff fix * Update microwave.dm * Fixes adminjump
This commit is contained in:
@@ -1961,7 +1961,7 @@ Departamental Swimsuits, for general use
|
||||
var/uh_oh = pick(translocator.beacons)
|
||||
user.remove_from_mob(src, get_turf(user))
|
||||
translocator.destination = translocator.beacons[uh_oh]
|
||||
translocator.afterattack(user, user, proximity = 1, ignore_fail_chance = 1)
|
||||
translocator.afterattack(user, user, proximity_flag = 1, ignore_fail_chance = 1)
|
||||
add_attack_logs(user, user, "Tried to put on \the [src] and was involuntarily teleported by it (via \the [translocator] within)!")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user