mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
cleans up some more update Dialog (#19208)
* cleans up some more update Dialog * . * pod UI * . * modern rcon console * . * no dupe tags * . * nbeeds a recode * . * . * ice cream as tgui * , * legacy drone fab * more a POI object * . * missing dels * navbeacon * eh that is part of the default now * del useless list * . * . * . * retail scanner * better * finish retail * . * be gone * . * .
This commit is contained in:
@@ -614,7 +614,6 @@ GLOBAL_DATUM(autospeaker, /mob/living/silicon/ai/announcer)
|
||||
user.show_message(span_notice("\The [src] can now be attached and modified!"))
|
||||
else
|
||||
user.show_message(span_notice("\The [src] can no longer be modified or attached!"))
|
||||
updateDialog()
|
||||
//Foreach goto(83)
|
||||
add_fingerprint(user)
|
||||
return
|
||||
|
||||
@@ -143,8 +143,8 @@ GLOBAL_LIST_INIT(RMS_random_malfunction, list(/obj/item/fbp_backup_cell,
|
||||
else
|
||||
product = choose_normal(user)
|
||||
|
||||
spark_system.start()
|
||||
product.loc = get_turf(A)
|
||||
spark_system.start()
|
||||
product.loc = get_turf(A)
|
||||
|
||||
/obj/item/rms/proc/choose_overcharge(mob/living/user)
|
||||
var/final_product
|
||||
|
||||
Reference in New Issue
Block a user