mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Misc fixes (#19425)
* WIP swoopie fix * no self suck * Update vacpack.dm * Update vacpack.dm * Update vacpack.dm * fixes CPR on self * Fixes shoes * Fixes leash issue Fixes #18979 * Fixes looping sounds Fixes it so that if a looping sound returns NULL or FALSE for its get_sound (i.e. geiger counters) they don't play(), meaning they don't send a sound that motion tracking can see. * Makes paralysis and stunned count for incorp movement * Fake flowers * Fixes borg items turning brown * Update industrial_reagent_waste.dm * teshari rigfix * Fixes urns and cyborgknives * Update find_spawning.dm * Makes telecube spawn mated * Update inducer_vr.dm * Update find_spawning.dm * Fixes drop everything admin command * Adds strip mine * Update robot.dm * typooo * flarefix * Update find_spawning.dm * Makse archaeological_find abstract This only spawns if a runtime occurs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
GLOBAL_VAR_INIT(global_vantag_hud, 0)
|
||||
|
||||
ADMIN_VERB(drop_everything, R_ADMIN, "Drop Everything", ADMIN_VERB_NO_DESCRIPTION, ADMIN_CATEGORY_HIDDEN, mob/living/dropee in GLOB.mob_list)
|
||||
var/confirm = tgui_alert(src, "Make [dropee] drop everything?", "Message", list("Yes", "No"))
|
||||
var/confirm = tgui_alert(user, "Make [dropee] drop everything?", "Message", list("Yes", "No"))
|
||||
if(confirm != "Yes")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user